Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
|
||||
homepage = http://vite.gforge.inria.fr/;
|
||||
|
||||
license = "CeCILL-A";
|
||||
license = stdenv.lib.licenses.cecill20;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
|
||||
Reference in New Issue
Block a user