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:
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351;
|
||||
description = "Command-line tools to create and manage Amazon EC2 virtual machines";
|
||||
license = "unfree-redistributable"; #Amazon
|
||||
license = stdenv.lib.licenses.amazonsl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user