jsonnet: fix evaluation

+1 -1
+1 -1
pkgs/development/compilers/jsonnet/default.nix
··· 29 meta = { 30 description = "Purely-functional configuration language that helps you define JSON data"; 31 maintainers = [ lib.maintainers.benley ]; 32 - license = lib.licenses.apache; 33 homepage = https://github.com/google/jsonnet; 34 }; 35 }
··· 29 meta = { 30 description = "Purely-functional configuration language that helps you define JSON data"; 31 maintainers = [ lib.maintainers.benley ]; 32 + license = lib.licenses.asl20; 33 homepage = https://github.com/google/jsonnet; 34 }; 35 }