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).
This commit is contained in:
Lily Foster
2023-03-21 13:52:49 -03:00
committed by Anderson Torres
parent 126b3d60f6
commit fc457d46c4
+1 -1
View File
@@ -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;
};
}