commit: e870ebc82c83ebcaf93626d8fc653429cfb0e886 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me> AuthorDate: Fri Nov 25 09:29:04 2022 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Tue Dec 13 18:28:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e870ebc8
net-p2p/ncdc: add myself as a maintainer Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me> Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-p2p/ncdc/metadata.xml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/net-p2p/ncdc/metadata.xml b/net-p2p/ncdc/metadata.xml index 41d543bdd1a2..27429a1efc62 100644 --- a/net-p2p/ncdc/metadata.xml +++ b/net-p2p/ncdc/metadata.xml @@ -1,14 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> -<upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Yoran Heling</name> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Eric Joldasov</name> </maintainer> - <changelog>http://dev.yorhel.nl/ncdc/changes</changelog> - <doc lang="en">http://dev.yorhel.nl/ncdc/man</doc> - <bugs-to>http://dev.yorhel.nl/ncdc/bug</bugs-to> -</upstream> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>[email protected]</email> + <name>Yoran Heling</name> + </maintainer> + <changelog>https://dev.yorhel.nl/ncdc/changes</changelog> + <doc lang="en">https://dev.yorhel.nl/ncdc/man</doc> + <bugs-to>https://code.blicky.net/yorhel/ncdc/issues</bugs-to> + </upstream> </pkgmetadata>
