summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit de Chezelles <bew@users.noreply.github.com>2023-11-26 20:12:17 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-27 15:43:37 +0000
commitec3fdf04ea3c8b0e7299844e33e471c260d2e0bd (patch)
tree33b76750cf949dfc05922274f0c9f3628581d247
parentMerge pull request #270258 from NixOS/backport-270106-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-270235-to-release-23.11.tar.gz
(cherry picked from commit eb6d53c504407c878ae238b90a393eb23bc32b90)
-rw-r--r--pkgs/development/tools/jo/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/jo/default.nix b/pkgs/development/tools/jo/default.nix
index 4145fca812c9..06c4fa6477ff 100644
--- a/pkgs/development/tools/jo/default.nix
+++ b/pkgs/development/tools/jo/default.nix
@@ -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;