Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Sun, 11 Feb 2018 10:25:16
Message-Id: 1518344695.3fe6e35031fe66c4eaa376fa3a1542c1660323ca.mgorny@gentoo
1 commit: 3fe6e35031fe66c4eaa376fa3a1542c1660323ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 10:21:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 10:24:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe6e350
7
8 app-shells/fish: Remove useless maintainer <description/>
9
10 Remove useless/redundant maintainer <description/>. It does not benefit
11 bug wrangling, and only wastes developer's time on reading it. Few tips:
12
13 - assignee/CC is implied by ordering, there is no reason to repeat it,
14 - we know that maintainer is maintainer (la la la la la),
15 - most of adjectives for maintainer are of no value and/or are obvious.
16
17 app-shells/fish/metadata.xml | 2 --
18 1 file changed, 2 deletions(-)
19
20 diff --git a/app-shells/fish/metadata.xml b/app-shells/fish/metadata.xml
21 index 918d136fd20..f4443c79761 100644
22 --- a/app-shells/fish/metadata.xml
23 +++ b/app-shells/fish/metadata.xml
24 @@ -4,11 +4,9 @@
25 <maintainer type="person">
26 <email>ya@×××××××.net</email>
27 <name>Georgy Yakovlev</name>
28 - <description>Proxied maintainer. Please assign bugs to him.</description>
29 </maintainer>
30 <maintainer type="person">
31 <email>polynomial-c@g.o</email>
32 <name>Lars Wendler</name>
33 - <description>Proxy maintainer of Georgy. Please CC on bugs.</description>
34 </maintainer>
35 </pkgmetadata>