commit: fea2b0a50cb072130f160833cebd886a002361e2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 09:55:02 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 10:01:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea2b0a5
app-cdr/dvdisaster: 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-cdr/dvdisaster/metadata.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-cdr/dvdisaster/metadata.xml b/app-cdr/dvdisaster/metadata.xml index c47e6c56db3..bd177f60049 100644 --- a/app-cdr/dvdisaster/metadata.xml +++ b/app-cdr/dvdisaster/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>Daniel Kenzelmann</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> <use> <flag name="debug">
