Turn some license strings into lib.licenses values
This commit is contained in:
committed by
Peter Simons
parent
50f548771e
commit
7a45996233
@@ -22,6 +22,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://www.timkay.com/aws/;
|
||||
description = "Command-line utility for working with Amazon EC2, S3, SQS, ELB, IAM and SDB";
|
||||
license = "GPLv3+";
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368&categoryID=88;
|
||||
description = "Command-line tools to create and manage Amazon EC2 virtual machine images";
|
||||
license = "unfree-redistributable";
|
||||
license = "unfree-redistributable"; # Amazon || (Ruby GPL-2)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
license = "unfree-redistributable"; #Amazon
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user