nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gpg-tui: Add meta.mainProgram

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

+1
+1
pkgs/tools/security/gpg-tui/default.nix
··· 54 54 changelog = "https://github.com/orhun/gpg-tui/blob/${src.rev}/CHANGELOG.md"; 55 55 license = licenses.mit; 56 56 maintainers = with maintainers; [ dotlambda matthiasbeyer ]; 57 + mainProgram = "gpg-tui"; 57 58 }; 58 59 }