jsonnet: fix evaluation

This commit is contained in:
Pascal Wittmann 2015-11-29 17:34:10 +01:00
parent 780f6788b6
commit 44cb13be5c

View File

@ -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;
};
}