about summary refs log tree commit diff
path: root/pkgs/tools/security/pwgen
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-09-10 10:30:26 -0400
committerAdam Stephens <adam@valkor.net>2023-09-10 10:30:26 -0400
commit3959f7c72331f2ae09b00b42cf9dc5d267a30a02 (patch)
tree599f40f13c8ddecbb206971c1463fe2a76180a13 /pkgs/tools/security/pwgen
parent688d95b6e6c1a1a0fb91be7b80bff228b20c8024 (diff)
pwgen: add meta.mainProgram
Diffstat (limited to 'pkgs/tools/security/pwgen')
-rw-r--r--pkgs/tools/security/pwgen/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/pwgen/default.nix b/pkgs/tools/security/pwgen/default.nix
index 7870add420b09..3c0ce6b21d506 100644
--- a/pkgs/tools/security/pwgen/default.nix
+++ b/pkgs/tools/security/pwgen/default.nix
@@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/tytso/pwgen";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ fab ];
+    mainProgram = "pwgen";
     platforms = platforms.all;
   };
 }