From 8a1dd9584e78f2f534ffb12285ddceb0407550b4 Mon Sep 17 00:00:00 2001 From: "Robert ar@bash.org.pl Gerus" <ar@bash.org.pl> Date: Thu, 25 Feb 2021 06:42:20 +0100 Subject: [PATCH] solvespace: fix license --- pkgs/applications/graphics/solvespace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/solvespace/default.nix b/pkgs/applications/graphics/solvespace/default.nix index 87712c95eb2..b00f7f33210 100644 --- a/pkgs/applications/graphics/solvespace/default.nix +++ b/pkgs/applications/graphics/solvespace/default.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A parametric 3d CAD program"; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.edef ]; platforms = platforms.linux; homepage = "http://solvespace.com";