terraform-landscape: fix meta.license

Apache 2.0 and not
Apple Public Source License 2.0
This commit is contained in:
Renaud 2019-10-20 14:59:00 +02:00 committed by GitHub
parent c2ad4b45be
commit d7161848fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ bundlerApp {
meta = with lib; {
description = "Improve Terraform's plan output to be easier to read and understand";
homepage = https://github.com/coinbase/terraform-landscape;
license = with licenses; apsl20;
license = with licenses; asl20;
maintainers = with maintainers; [ mbode manveru nicknovitski ];
platforms = platforms.unix;
};