commit: 4b80be03ca283aae70855a9d35260bd07141719c Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com> AuthorDate: Thu Jul 17 12:05:50 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 15:17:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b80be03
dev-libs/libbpf: add myself as proxy maintainer Closes: https://github.com/gentoo/gentoo/pull/43040 Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-libs/libbpf/metadata.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-libs/libbpf/metadata.xml b/dev-libs/libbpf/metadata.xml index 3ce8f10931c3..c83296debc18 100644 --- a/dev-libs/libbpf/metadata.xml +++ b/dev-libs/libbpf/metadata.xml @@ -1,9 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Holger Hoffstätte</name> + </maintainer> <maintainer type="person"> <email>[email protected]</email> </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <remote-id type="github">libbpf/libbpf</remote-id> </upstream>
