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:
@@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Utilities for manipulating HTML and XML files";
|
||||
homepage = http://www.w3.org/Tools/HTML-XML-utils/;
|
||||
license = "free-non-copyleft"; #TODO W3C
|
||||
license = stdenv.lib.licenses.w3c;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user