commit: a996b6cd5158787658cab84b2ec2c7c0502e0944 Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de> AuthorDate: Wed Nov 29 20:18:00 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Dec 5 14:31:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a996b6cd
app-portage/pkg-testing-tools: add myself as a maintainer Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-portage/pkg-testing-tools/metadata.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app-portage/pkg-testing-tools/metadata.xml b/app-portage/pkg-testing-tools/metadata.xml index f50d853807a5..44b887f6a760 100644 --- a/app-portage/pkg-testing-tools/metadata.xml +++ b/app-portage/pkg-testing-tools/metadata.xml @@ -2,7 +2,15 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Alexander Puck Neuwirth</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> - <remote-id type="github">slashbeast/pkg-testing-tools</remote-id> + <remote-id type="github">APN-Pucky/pkg-testing-tools</remote-id> </upstream> </pkgmetadata>
