tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
jsonnet: fix evaluation
Pascal Wittmann
10 years ago
44cb13be
780f6788
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
jsonnet
default.nix
+1
-1
pkgs/development/compilers/jsonnet/default.nix
···
29
29
meta = {
30
30
description = "Purely-functional configuration language that helps you define JSON data";
31
31
maintainers = [ lib.maintainers.benley ];
32
32
-
license = lib.licenses.apache;
32
32
+
license = lib.licenses.asl20;
33
33
homepage = https://github.com/google/jsonnet;
34
34
};
35
35
}