mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 = {
|
||||
description = "A set of tools for running in EC2";
|
||||
homepage = https://aws.amazon.com/amazon-linux-ami/;
|
||||
license = lib.licenses.apsl20;
|
||||
homepage = "https://aws.amazon.com/amazon-linux-ami/";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ thefloweringash ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user