paraview: license is bsd3

See https://github.com/Kitware/ParaView/blob/master/Copyright.txt
This commit is contained in:
Harrison Houghton 2021-08-08 15:55:32 -04:00
parent b8611ee768
commit 1e0f240b10
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ in mkDerivation rec {
meta = with lib; {
homepage = "https://www.paraview.org/";
description = "3D Data analysis and visualization application";
license = licenses.free;
license = licenses.bsd3;
maintainers = with maintainers; [ guibert ];
platforms = platforms.linux;
};