jsonnet: fix evaluation
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user