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:
committed by
Anderson Torres
parent
126b3d60f6
commit
fc457d46c4
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user