commit: 5a0fb5c2f838d9354d8e9f024fbddc4725ed8425 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 10:20:49 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 10:24:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0fb5c2
app-mobilephone/kannel-sqlbox: Remove useless maintainer <description/> Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious. app-mobilephone/kannel-sqlbox/metadata.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-mobilephone/kannel-sqlbox/metadata.xml b/app-mobilephone/kannel-sqlbox/metadata.xml index 729d3f4b648..fff2720d836 100644 --- a/app-mobilephone/kannel-sqlbox/metadata.xml +++ b/app-mobilephone/kannel-sqlbox/metadata.xml @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Proxy Maintainers Project</name> - </maintainer> <maintainer type="person"> <email>[email protected]</email> <name>Travis Hansen</name> - <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Proxy Maintainers Project</name> </maintainer> <longdescription>Sqlbox is a special Kannel box that sits between bearerbox and smsbox and uses a database queue to store and forward messages.</longdescription>
