summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-03-17 18:13:41 -0400
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-03-21 13:52:49 -0300
commitfc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e (patch)
tree6c5e5c878683da045b03ebcf5625073b58ff3fd2 /pkgs/tools
parent126b3d60f6379820a958c54bb727145762b506b6 (diff)
downloadnixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar.gz
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar.bz2
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar.lz
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar.xz
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.tar.zst
nixpkgs-fc457d46c43eac9b3f5d2bfdaa1c4f19d1bb5c4e.zip
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).
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/graphics/gmic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/gmic/default.nix b/pkgs/tools/graphics/gmic/default.nix
index 78652f26ab1..cb460124f2f 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;
   };
 }