From d7161848fe17a8735afc220ecabd688ca715c505 Mon Sep 17 00:00:00 2001 From: Renaud Date: Sun, 20 Oct 2019 14:59:00 +0200 Subject: terraform-landscape: fix meta.license Apache 2.0 and not Apple Public Source License 2.0 --- pkgs/applications/networking/cluster/terraform-landscape/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/cluster/terraform-landscape') 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; }; -- cgit 1.4.1