diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2024-05-01 18:09:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-05 11:33:25 +0200 |
commit | 43b144b3d60bb9f3a9a421d2446280777dcd0aca (patch) | |
tree | 372e3c89050f2113098aa7c5316ae8acfa4b77be /media-plugins/vdr-loadepg | |
parent | media-libs/libpgf: Stabilize 7.21.7-r2 x86, #931235 (diff) | |
download | gentoo-43b144b3d60bb9f3a9a421d2446280777dcd0aca.tar.gz gentoo-43b144b3d60bb9f3a9a421d2446280777dcd0aca.tar.bz2 gentoo-43b144b3d60bb9f3a9a421d2446280777dcd0aca.zip |
media-plugins/vdr-*: take proxy maintainership
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36505
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-loadepg')
-rw-r--r-- | media-plugins/vdr-loadepg/metadata.xml | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/media-plugins/vdr-loadepg/metadata.xml b/media-plugins/vdr-loadepg/metadata.xml index 2472832e8f65..cc1b97a863b6 100644 --- a/media-plugins/vdr-loadepg/metadata.xml +++ b/media-plugins/vdr-loadepg/metadata.xml @@ -1,13 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>vdr@gentoo.org</email> - <name>Gentoo VDR Project</name> - </maintainer> - <longdescription> - This is the Loadepg plugin for the Video Disk Recorder (VDR) - With this Plugin EPG data can be received via Satelite, - become the information from the Canal+ group (Mediahighway of receivers) ready placed. - </longdescription> + <maintainer type="person" proxied="yes"> + <email>martin.dummer@gmx.net</email> + <name>Martin Dummer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>vdr@gentoo.org</email> + <name>Gentoo VDR Project</name> + </maintainer> + <longdescription> + This is the Loadepg plugin for the Video Disk Recorder (VDR) + With this Plugin EPG data can be received via Satelite, + become the information from the Canal+ group (Mediahighway of receivers) ready placed. + </longdescription> </pkgmetadata> |