Add myself to the maintainers list

This commit is contained in:
Ellis Whitehead 2014-09-17 15:55:50 +02:00 committed by Mateusz Kowalczyk
parent b4437f36c3
commit 8ea7e926cc
2 changed files with 3 additions and 1 deletions

View file

@ -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>";

View file

@ -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 ];
};
}