From 44cb13be5ceea35704d9d801d4a674703b7d7ebc Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 29 Nov 2015 17:34:10 +0100 Subject: [PATCH] jsonnet: fix evaluation --- pkgs/development/compilers/jsonnet/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/jsonnet/default.nix b/pkgs/development/compilers/jsonnet/default.nix index b200df8d7678..a91b038ef2d4 100644 --- a/pkgs/development/compilers/jsonnet/default.nix +++ b/pkgs/development/compilers/jsonnet/default.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation { meta = { description = "Purely-functional configuration language that helps you define JSON data"; maintainers = [ lib.maintainers.benley ]; - license = lib.licenses.apache; + license = lib.licenses.asl20; homepage = https://github.com/google/jsonnet; }; }