mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
jsonnet: fix evaluation
This commit is contained in:
parent
780f6788b6
commit
44cb13be5c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue