about summary refs log tree commit diff
path: root/pkgs/applications/version-management/ghorg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/version-management/ghorg/default.nix')
-rw-r--r--pkgs/applications/version-management/ghorg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/ghorg/default.nix b/pkgs/applications/version-management/ghorg/default.nix
index ac534ff573a6..f76a0f77e54f 100644
--- a/pkgs/applications/version-management/ghorg/default.nix
+++ b/pkgs/applications/version-management/ghorg/default.nix
@@ -32,5 +32,6 @@ buildGoModule rec {
     homepage = "https://github.com/gabrie30/ghorg";
     license = licenses.asl20;
     maintainers = with maintainers; [ vidbina ];
+    mainProgram = "ghorg";
   };
 }