forked from mirrors/nixpkgs
ec2-utils: fix meta.license
It's licensed under Apache License 2.0 (asl20) and not under the Apple Public License 2.0 (apsl20)
This commit is contained in:
parent
33e6bbde59
commit
0b6d3933cb
|
@ -40,8 +40,8 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A set of tools for running in EC2";
|
description = "A set of tools for running in EC2";
|
||||||
homepage = https://aws.amazon.com/amazon-linux-ami/;
|
homepage = "https://aws.amazon.com/amazon-linux-ami/";
|
||||||
license = lib.licenses.apsl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ thefloweringash ];
|
maintainers = with lib.maintainers; [ thefloweringash ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue