summary refs log tree commit diff
path: root/pkgs/development/tools/protolint/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/protolint/default.nix')
-rw-r--r--pkgs/development/tools/protolint/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/protolint/default.nix b/pkgs/development/tools/protolint/default.nix
index 47bdd5530e7..69fcacb4bc1 100644
--- a/pkgs/development/tools/protolint/default.nix
+++ b/pkgs/development/tools/protolint/default.nix
@@ -35,5 +35,6 @@ buildGoModule rec {
     license = licenses.mit;
     platforms = platforms.all;
     maintainers = [ maintainers.zane ];
+    mainProgram = "protolint";
   };
 }