Add myself to the maintainers list

This commit is contained in:
Ellis Whitehead
2014-09-21 02:13:28 +01:00
committed by Mateusz Kowalczyk
parent b4437f36c3
commit 8ea7e926cc
2 changed files with 3 additions and 1 deletions
@@ -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 ];
};
}