mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
git-credential-gopass: add meta.mainProgram
This commit is contained in:
parent
4c94025309
commit
5b17920c3b
@ -37,5 +37,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/gopasspw/git-credential-gopass/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benneti ];
|
||||
mainProgram = "git-credential-gopass";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user