diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /media-sound/pnmixer | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'media-sound/pnmixer')
-rw-r--r-- | media-sound/pnmixer/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml index 39a15f484e83..d67fe793547f 100644 --- a/media-sound/pnmixer/metadata.xml +++ b/media-sound/pnmixer/metadata.xml @@ -6,7 +6,7 @@ <name>Julian Ospald</name> </maintainer> <natural-name>PNMixer</natural-name> - <longdescription lang='en'> + <longdescription lang="en"> PNMixer is a simple mixer application designed to run in your system tray. It integrates nicely into desktop environments that don't have a panel that supports applets, and therefore can't run a mixer applet. @@ -46,11 +46,11 @@ <changelog>https://github.com/nicklan/pnmixer/releases</changelog> <doc lang="en">https://github.com/nicklan/pnmixer/wiki</doc> <remote-id type="github">nicklan/pnmixer</remote-id> - <maintainer status='active'> + <maintainer status="active"> <email>hasufell@gentoo.org</email> <name>Julian Ospald</name> </maintainer> - <maintainer status='active'> + <maintainer status="active"> <email>elboulangero@gmail.com</email> <name>El Boulangero</name> </maintainer> |