diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-28 12:00:06 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-28 12:01:05 +0200 |
commit | ec15b51aa2870ce0687d78cca411e7a6f62e4068 (patch) | |
tree | cdf226d35ed96af13291b8aded3aad476746d092 /x11-plugins/pidgin-opensteamworks | |
parent | dev-java/jmock: Change the compilation logic. Fixes bug 558908. (diff) | |
download | gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.tar.gz gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.tar.bz2 gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.zip |
Add missing remote-id entries in metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-opensteamworks')
-rw-r--r-- | x11-plugins/pidgin-opensteamworks/metadata.xml | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/metadata.xml b/x11-plugins/pidgin-opensteamworks/metadata.xml index 62f82ad3097f..d7165258f835 100644 --- a/x11-plugins/pidgin-opensteamworks/metadata.xml +++ b/x11-plugins/pidgin-opensteamworks/metadata.xml @@ -1,21 +1,22 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>net-im</herd>
- <maintainer>
- <email>hasufell@gentoo.org</email>
- <name>Julian Ospald</name>
- <description>Maintainer. Assign bugs to him</description>
- </maintainer>
- <maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- <description>Maintainer. CC him on bugs</description>
- </maintainer>
- <upstream>
- <maintainer status="active">
- <email>eionrobb@gmail.com</email>
- </maintainer>
- <bugs-to>https://code.google.com/p/pidgin-opensteamworks/issues/list</bugs-to>
- </upstream>
-</pkgmetadata>
+<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-im</herd> + <maintainer> + <email>hasufell@gentoo.org</email> + <name>Julian Ospald</name> + <description>Maintainer. Assign bugs to him</description> + </maintainer> + <maintainer> + <email>mrueg@gentoo.org</email> + <name>Manuel Rüger</name> + <description>Maintainer. CC him on bugs</description> + </maintainer> + <upstream> + <maintainer status="active"> + <email>eionrobb@gmail.com</email> + </maintainer> + <bugs-to>https://code.google.com/p/pidgin-opensteamworks/issues/list</bugs-to> + <remote-id type="github">EionRobb/pidgin-opensteamworks</remote-id> + </upstream> +</pkgmetadata> |