about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/huniq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/huniq/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/huniq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/huniq/default.nix b/nixpkgs/pkgs/tools/text/huniq/default.nix
index a1d30d2fb11d..3bb1252ae0c6 100644
--- a/nixpkgs/pkgs/tools/text/huniq/default.nix
+++ b/nixpkgs/pkgs/tools/text/huniq/default.nix
@@ -13,6 +13,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Command line utility to remove duplicates from the given input";
+    mainProgram = "huniq";
     homepage = "https://github.com/koraa/huniq";
     license = licenses.bsd3;
     maintainers = with maintainers; [ figsoda ];