diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-11 12:00:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-11 12:00:25 +0100 |
commit | e06e9c7e4ee812e7e6f5953507404dcddbf913e5 (patch) | |
tree | c421f087ae4c60a08b95a72438efa3ef074253f4 /media-libs/fontconfig/metadata.xml | |
parent | media-libs/fontconfig-ultimate: Remove useless maintainer <description/> (diff) | |
download | gentoo-e06e9c7e4ee812e7e6f5953507404dcddbf913e5.tar.gz gentoo-e06e9c7e4ee812e7e6f5953507404dcddbf913e5.tar.bz2 gentoo-e06e9c7e4ee812e7e6f5953507404dcddbf913e5.zip |
media-libs/fontconfig: 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.
Diffstat (limited to 'media-libs/fontconfig/metadata.xml')
-rw-r--r-- | media-libs/fontconfig/metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/fontconfig/metadata.xml b/media-libs/fontconfig/metadata.xml index 799bd650c046..658d3c9dacd9 100644 --- a/media-libs/fontconfig/metadata.xml +++ b/media-libs/fontconfig/metadata.xml @@ -2,13 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> + <email>fonts@gentoo.org</email> + <name>Fonts</name> + </maintainer> + <maintainer type="project"> <email>multilib@gentoo.org</email> <name>gx86-multilib project</name> <description>Handling the bugs related to multilib support in the package and related changes.</description> </maintainer> - <maintainer type="project"> - <email>fonts@gentoo.org</email> - <name>Fonts</name> - </maintainer> <longdescription>Fontconfig is a font configuration and customization library, which does not depend on the X Window System. It is designed to locate fonts within the system and select them according to requirements specified by applications.</longdescription> </pkgmetadata> |