Merge pull request #254419 from adamcstephens/pwgen/mainProgram

authored by

Artturi and committed by
GitHub
c790282c 1367bd5d

+1
+1
pkgs/tools/security/pwgen/default.nix
··· 24 24 homepage = "https://github.com/tytso/pwgen"; 25 25 license = licenses.gpl2Only; 26 26 maintainers = with maintainers; [ fab ]; 27 + mainProgram = "pwgen"; 27 28 platforms = platforms.all; 28 29 }; 29 30 }