commit: 6b54a145c9769d31d603e697881b65369a24de56 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Nov 24 02:26:26 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Nov 27 04:57:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b54a145
dev-vcs/git-crypt: add myself as a maintainer Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-vcs/git-crypt/metadata.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-vcs/git-crypt/metadata.xml b/dev-vcs/git-crypt/metadata.xml index ec02737047b7..9ed7feca8819 100644 --- a/dev-vcs/git-crypt/metadata.xml +++ b/dev-vcs/git-crypt/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Eli Schwartz</name> + </maintainer> <upstream> <remote-id type="github">AGWA/git-crypt</remote-id> </upstream>
