mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
gopass: Add myself to maintainers
This commit is contained in:
parent
67f7f93fd6
commit
ae19e155a5
@ -48,7 +48,7 @@ buildGoModule rec {
|
|||||||
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
|
description = "The slightly more awesome Standard Unix Password Manager for Teams. Written in Go.";
|
||||||
homepage = "https://www.gopass.pw/";
|
homepage = "https://www.gopass.pw/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andir ];
|
maintainers = with maintainers; [ andir rvolosatovs ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user