pwgen: add meta.mainProgram

This commit is contained in:
Adam Stephens 2023-09-10 10:30:26 -04:00
parent 688d95b6e6
commit 3959f7c723
No known key found for this signature in database

View file

@ -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;
};
}