diff options
| author | Benoit de Chezelles <bew@users.noreply.github.com> | 2023-11-26 20:12:17 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-27 15:43:37 +0000 |
| commit | ec3fdf04ea3c8b0e7299844e33e471c260d2e0bd (patch) | |
| tree | 33b76750cf949dfc05922274f0c9f3628581d247 | |
| parent | Merge pull request #270258 from NixOS/backport-270106-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-270235-to-release-23.11.tar.gz | |
jo: add meta.mainProgramorigin/backport-270235-to-release-23.11
(cherry picked from commit eb6d53c504407c878ae238b90a393eb23bc32b90)
| -rw-r--r-- | pkgs/development/tools/jo/default.nix | 1 |
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; |
