From fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Fri, 17 Mar 2023 18:13:41 -0400 Subject: [PATCH] gmic: update license to cecill21 As of G'MIC version 2.1.9, it uses the 2.1 version of the CeCILL license plus a few files which are dual licensed with CeCILL-C (excluded here since there's no good way to specify which files and it's can be one or the other). --- pkgs/tools/graphics/gmic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/graphics/gmic/default.nix b/pkgs/tools/graphics/gmic/default.nix index 78652f26ab11..cb460124f2f1 100644 --- a/pkgs/tools/graphics/gmic/default.nix +++ b/pkgs/tools/graphics/gmic/default.nix @@ -110,7 +110,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Open and full-featured framework for image processing"; homepage = "https://gmic.eu/"; - license = licenses.cecill20; + license = licenses.cecill21; platforms = platforms.unix; }; }