commit: cf82780d63b84f24ebaef24fe74bc840347d09ab Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 10:20:51 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=cf82780d
app-mobilephone/qtadb: 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/qtadb/metadata.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app-mobilephone/qtadb/metadata.xml b/app-mobilephone/qtadb/metadata.xml index 2d01fe9fa44..cd1381e2130 100644 --- a/app-mobilephone/qtadb/metadata.xml +++ b/app-mobilephone/qtadb/metadata.xml @@ -4,12 +4,10 @@ <maintainer type="person"> <email>[email protected]</email> <name>Marios Andreopoulos</name> -<description>Maintainer. Assign bugs to him</description> </maintainer> <maintainer type="person"> <email>[email protected]</email> <name>Markos Chandras</name> -<description>Proxy maintainer. CC him on bugs</description> </maintainer> <maintainer type="project"> <email>[email protected]</email>
