commit: 837e00510be4af98fff2bda69efcf9d06c37c21d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 12:39:02 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 12:47:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837e0051
app-doc/devmanual: Drop johu as maintainer. As acknowledged by himself. Update maintainer description for devmanual project. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-doc/devmanual/metadata.xml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/app-doc/devmanual/metadata.xml b/app-doc/devmanual/metadata.xml index 9248012735b..e2f9b85f684 100644 --- a/app-doc/devmanual/metadata.xml +++ b/app-doc/devmanual/metadata.xml @@ -1,20 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Johannes Huber</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <description> - Bugs for the devmanual documentation must be assigned to - [email protected] - </description> - </maintainer> - <use> - <flag name="offline"> - Use alternative minimal stylesheet instead of Tyrian theme. - </flag> - </use> +<maintainer type="project"> + <email>[email protected]</email> + <description> + Bugs for the devmanual documentation itself must be filed under + product "Documentation", component "Devmanual" + </description> +</maintainer> +<use> + <flag name="offline"> + Use alternative minimal stylesheet instead of Tyrian theme + </flag> +</use> </pkgmetadata>
