commit: 0926aa81703fc36271ae3923d7976196bcee15e3 Author: Anton Fischl <github <AT> fischl-online <DOT> de> AuthorDate: Tue Jan 10 06:42:10 2023 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 13:29:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0926aa81
app-text/xlsx2csv: offer maintainership Signed-off-by: Anton Fischl <github <AT> fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/29041 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/xlsx2csv/metadata.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/app-text/xlsx2csv/metadata.xml b/app-text/xlsx2csv/metadata.xml index c50d8f0b46da..b8a934ca23f5 100644 --- a/app-text/xlsx2csv/metadata.xml +++ b/app-text/xlsx2csv/metadata.xml @@ -1,10 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">xlsx2csv</remote-id> - <remote-id type="github">dilshod/xlsx2csv</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Anton Fischl</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">xlsx2csv</remote-id> + <remote-id type="github">dilshod/xlsx2csv</remote-id> + </upstream> </pkgmetadata>
