commit: 74b722d39fee0ee874485e7b503793c52295601e Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Mon May 20 09:14:08 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu May 23 09:14:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b722d3
dev-vcs/repo: add myself as a maintainer Signed-off-by: Joe Kappus <joe <AT> wt.gd> Closes: https://github.com/gentoo/gentoo/pull/36749 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-vcs/repo/metadata.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-vcs/repo/metadata.xml b/dev-vcs/repo/metadata.xml index d28ddbee5fb1..d59703cd4701 100644 --- a/dev-vcs/repo/metadata.xml +++ b/dev-vcs/repo/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Joe Kappus</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <remote-id type="github">GerritCodeReview/git-repo</remote-id> </upstream>
