commit: 8b5bf555147675d57fa0f541945ace25c74e8ae4 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jun 17 18:42:51 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 18:47:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5bf555
media-gfx/pngcrush: add self as maintainer Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> media-gfx/pngcrush/metadata.xml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/media-gfx/pngcrush/metadata.xml b/media-gfx/pngcrush/metadata.xml index 293c80b945e..5081ca62df6 100644 --- a/media-gfx/pngcrush/metadata.xml +++ b/media-gfx/pngcrush/metadata.xml @@ -1,16 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <maintainer status="active"> - <email>[email protected]</email> - <name>Glenn Randers-Pehrson</name> - </maintainer> - <bugs-to>https://sourceforge.net/p/pmt/bugs/</bugs-to> - <remote-id type="sourceforge">pmt</remote-id> - </upstream> - <use> - <flag name="system-libs">Use libpng and libz provided by system</flag> - </use> + <maintainer type="person"> + <email>[email protected]</email> + <name>Marek Szuba</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>[email protected]</email> + <name>Glenn Randers-Pehrson</name> + </maintainer> + <bugs-to>https://sourceforge.net/p/pmt/bugs/</bugs-to> + <remote-id type="sourceforge">pmt</remote-id> + </upstream> + <use> + <flag name="system-libs">Use libpng and libz provided by system</flag> + </use> </pkgmetadata>
