mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Add myself to the maintainers list
This commit is contained in:
parent
b4437f36c3
commit
8ea7e926cc
@ -48,6 +48,7 @@
|
||||
ederoyd46 = "Matthew Brown <matt@ederoyd.co.uk>";
|
||||
edwtjo = "Edward Tjörnhammar <ed@cflags.cc>";
|
||||
eelco = "Eelco Dolstra <eelco.dolstra@logicblox.com>";
|
||||
ellis = "Ellis Whitehead <nixos@ellisw.net>";
|
||||
emery = "Emery Hemingway <emery@vfemail.net>";
|
||||
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
|
||||
falsifian = "James Cook <james.cook@utoronto.ca>";
|
||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://github.com/joeyh/git-remote-gcrypt";
|
||||
description = "GNU Privacy Guard-encrypted git remote";
|
||||
license = self.stdenv.lib.licenses.gpl3;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ ellis ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user