about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/protoscope/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/protoscope/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/protoscope/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/protoscope/default.nix b/nixpkgs/pkgs/development/tools/protoscope/default.nix
index 70eeab5f1575..98ebbc995617 100644
--- a/nixpkgs/pkgs/development/tools/protoscope/default.nix
+++ b/nixpkgs/pkgs/development/tools/protoscope/default.nix
@@ -17,6 +17,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Simple, human-editable language for representing and emitting the Protobuf wire format";
+    mainProgram = "protoscope";
     homepage = "https://github.com/protocolbuffers/protoscope";
     license = licenses.asl20;
     maintainers = with maintainers; [ aaronjheng ];