about summary refs log tree commit diff
path: root/pkgs/tools/text/zet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/zet/default.nix')
-rw-r--r--pkgs/tools/text/zet/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/zet/default.nix b/pkgs/tools/text/zet/default.nix
index 50d149f4e655..af04b5fdc203 100644
--- a/pkgs/tools/text/zet/default.nix
+++ b/pkgs/tools/text/zet/default.nix
@@ -22,6 +22,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "CLI utility to find the union, intersection, set difference, etc of files considered as sets of lines";
+    mainProgram = "zet";
     homepage = "https://github.com/yarrow/zet";
     changelog = "https://github.com/yarrow/zet/blob/${src.rev}/CHANGELOG.md";
     license = with licenses; [ asl20 mit ];