commit: a70344dce419cb7c2323441e90a013386a3598c6 Author: lramage94 <ramage.lucas <AT> openmailbox <DOT> org> AuthorDate: Wed Feb 7 20:51:28 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 15:10:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70344dc
app-misc/mosquitto: add maintainer to metadata.xml file. Closes: https://bugs.gentoo.org/647128 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7135 app-misc/mosquitto/metadata.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app-misc/mosquitto/metadata.xml b/app-misc/mosquitto/metadata.xml index 16890c32f16..2b05da7a5d4 100644 --- a/app-misc/mosquitto/metadata.xml +++ b/app-misc/mosquitto/metadata.xml @@ -1,7 +1,14 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>[email protected]</email> + <name>Lucas Ramage</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <use> <flag name="bridge">Enable bridge support in the MQTT broker.</flag> <flag name="persistence">Store messages and subscriptions to a file.</flag>
