diff --git a/pkgs/development/compilers/jsonnet/default.nix b/pkgs/development/compilers/jsonnet/default.nix index b200df8d767..a91b038ef2d 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; }; }