about summary refs log tree commit diff
path: root/pkgs/development/tools/github-commenter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/github-commenter/default.nix')
-rw-r--r--pkgs/development/tools/github-commenter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/github-commenter/default.nix b/pkgs/development/tools/github-commenter/default.nix
index e40a3117e91bd..1e6c3e7ed0578 100644
--- a/pkgs/development/tools/github-commenter/default.nix
+++ b/pkgs/development/tools/github-commenter/default.nix
@@ -15,6 +15,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Command line utility for creating GitHub comments on Commits, Pull Request Reviews or Issues";
+    mainProgram = "github-commenter";
     license = licenses.asl20;
     homepage = "https://github.com/cloudposse/github-commenter";
     maintainers = [ maintainers.mmahut ];