jsonnet: fix evaluation

+1 -1
+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 - license = lib.licenses.apache; 32 + license = lib.licenses.asl20; 33 33 homepage = https://github.com/google/jsonnet; 34 34 }; 35 35 }