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:
Renaud 2019-11-29 15:13:34 +01:00 committed by GitHub
parent 33e6bbde59
commit 0b6d3933cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}