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 /xfce-extra/xfce4-whiskermenu-plugin/metadata.xml | |
parent | 3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.xz |
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 'xfce-extra/xfce4-whiskermenu-plugin/metadata.xml')
-rw-r--r-- | xfce-extra/xfce4-whiskermenu-plugin/metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-whiskermenu-plugin/metadata.xml b/xfce-extra/xfce4-whiskermenu-plugin/metadata.xml index 4c8f3cccea0..bd4bb73dde3 100644 --- a/xfce-extra/xfce4-whiskermenu-plugin/metadata.xml +++ b/xfce-extra/xfce4-whiskermenu-plugin/metadata.xml @@ -9,7 +9,7 @@ <email>hasufell@gentoo.org</email> <name>Julian Ospald</name> </maintainer> - <longdescription lang='en'> + <longdescription lang="en"> Whisker Menu is an alternate application launcher for Xfce. When you open it you are shown a list of applications you have marked as favorites. You can browse through all of your installed @@ -33,7 +33,7 @@ installed on your computer). </longdescription> <upstream> - <maintainer status='active'> + <maintainer status="active"> <email>graeme@gottcode.org</email> <name>Graeme Gott</name> </maintainer> @@ -43,7 +43,7 @@ <changelog> http://gottcode.org/xfce4-whiskermenu-plugin/#releasenotes </changelog> - <remote-id type='github'> + <remote-id type="github"> gottcode/xfce4-whiskermenu-plugin </remote-id> </upstream> |