From 1e0f240b10b98b6587d668bf9fa8b6399ca27de5 Mon Sep 17 00:00:00 2001 From: Harrison Houghton Date: Sun, 8 Aug 2021 15:55:32 -0400 Subject: [PATCH] paraview: license is bsd3 See https://github.com/Kitware/ParaView/blob/master/Copyright.txt --- pkgs/applications/graphics/paraview/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/paraview/default.nix b/pkgs/applications/graphics/paraview/default.nix index 73cd39568f2..64072b83654 100644 --- a/pkgs/applications/graphics/paraview/default.nix +++ b/pkgs/applications/graphics/paraview/default.nix @@ -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; };