Loading pkgs/development/tools/jo/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A small utility to create JSON objects"; homepage = "https://github.com/jpmens/jo"; mainProgram = "jo"; license = licenses.gpl2Plus; maintainers = [maintainers.markus1189]; platforms = platforms.all; Loading Loading
pkgs/development/tools/jo/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "A small utility to create JSON objects"; homepage = "https://github.com/jpmens/jo"; mainProgram = "jo"; license = licenses.gpl2Plus; maintainers = [maintainers.markus1189]; platforms = platforms.all; Loading