commit: b05a2d5ea8241652965bc0a06d4a89f026c04595 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Wed Jan 11 16:02:15 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 23:23:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05a2d5e
dev-libs/libnfc: add myself as a maintainer Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/29068 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libnfc/libnfc-1.8.0-r1.ebuild | 2 +- dev-libs/libnfc/metadata.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild index fba699e4b06a..e07eb4d29c0b 100644 --- a/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild +++ b/dev-libs/libnfc/libnfc-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-libs/libnfc/metadata.xml b/dev-libs/libnfc/metadata.xml index 32b502630c84..1fbb553b1fb7 100644 --- a/dev-libs/libnfc/metadata.xml +++ b/dev-libs/libnfc/metadata.xml @@ -1,12 +1,18 @@ <?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>Mario Haustein</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <use> <flag name="pcsc-lite">Enable NFC drivers that require pcsc-lite</flag> </use> <upstream> - <remote-id type="google-code">libnfc</remote-id> <remote-id type="github">nfc-tools/libnfc</remote-id> </upstream> </pkgmetadata>
