terraform-landscape: fix meta.license
Apache 2.0 and not Apple Public Source License 2.0
This commit is contained in:
parent
c2ad4b45be
commit
d7161848fe
@ -11,7 +11,7 @@ bundlerApp {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Improve Terraform's plan output to be easier to read and understand";
|
description = "Improve Terraform's plan output to be easier to read and understand";
|
||||||
homepage = https://github.com/coinbase/terraform-landscape;
|
homepage = https://github.com/coinbase/terraform-landscape;
|
||||||
license = with licenses; apsl20;
|
license = with licenses; asl20;
|
||||||
maintainers = with maintainers; [ mbode manveru nicknovitski ];
|
maintainers = with maintainers; [ mbode manveru nicknovitski ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user