Merge pull request #254419 from adamcstephens/pwgen/mainProgram

This commit is contained in:
Artturi
2023-09-10 20:37:12 +03:00
committed by GitHub
+1
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;
};
}