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 /net-wireless/gr-paint | |
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 'net-wireless/gr-paint')
-rw-r--r-- | net-wireless/gr-paint/metadata.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net-wireless/gr-paint/metadata.xml b/net-wireless/gr-paint/metadata.xml index d6c2331bf537..1c8e95dc33b5 100644 --- a/net-wireless/gr-paint/metadata.xml +++ b/net-wireless/gr-paint/metadata.xml @@ -1,12 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> -<email>zerochaos@gentoo.org</email> -<name>Rick Farina</name> -<description>maintainer</description> -</maintainer> -<herd>radio</herd> -<longdescription lang="en"> + <maintainer> + <email>zerochaos@gentoo.org</email> + <name>Rick Farina</name> + <description>maintainer</description> + </maintainer> + <herd>radio</herd> + <longdescription lang="en"> </longdescription> + <upstream> + <remote-id type="github">drmpeg/gr-paint</remote-id> + </upstream> </pkgmetadata> |