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:
@@ -30,10 +30,10 @@ stdenv.mkDerivation {
|
||||
done
|
||||
'';
|
||||
|
||||
# usage:
|
||||
# usage:
|
||||
meta = {
|
||||
description = "import svn, mercurial into git";
|
||||
homepage = "http://repo.or.cz/w/fast-export.git";
|
||||
license = "?"; # the .py file is GPLv2
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user