Add myself to the maintainers list
This commit is contained in:
committed by
Mateusz Kowalczyk
parent
b4437f36c3
commit
8ea7e926cc
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user