about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/terraform-landscape
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-20 14:59:00 +0200
committerGitHub <noreply@github.com>2019-10-20 14:59:00 +0200
commitd7161848fe17a8735afc220ecabd688ca715c505 (patch)
tree1c2779242f37c1f073dc21b41267f3425634a5ee /pkgs/applications/networking/cluster/terraform-landscape
parentc2ad4b45be4d36d8acd2cda2637d3ea1e8a1b1bf (diff)
terraform-landscape: fix meta.license
Apache 2.0 and not
Apple Public Source License 2.0
Diffstat (limited to 'pkgs/applications/networking/cluster/terraform-landscape')
-rw-r--r--pkgs/applications/networking/cluster/terraform-landscape/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/terraform-landscape/default.nix b/pkgs/applications/networking/cluster/terraform-landscape/default.nix
index 6973938b60de2..32f6680b2f8bd 100644
--- a/pkgs/applications/networking/cluster/terraform-landscape/default.nix
+++ b/pkgs/applications/networking/cluster/terraform-landscape/default.nix
@@ -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;
   };