diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-04-30 11:18:13 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-04-30 11:18:13 +0100 |
commit | 977c24facb0d085c884cbc104f24c1e66287ba67 (patch) | |
tree | 27eaf4542a5ec788134795750635e73fe89d3fd6 /dev-ruby/plist | |
parent | net-mail/courier-imap: Stable for HPPA (bug #616726). (diff) | |
download | gentoo-977c24facb0d085c884cbc104f24c1e66287ba67.tar.gz gentoo-977c24facb0d085c884cbc104f24c1e66287ba67.tar.bz2 gentoo-977c24facb0d085c884cbc104f24c1e66287ba67.zip |
Globally add remote IDs in metadata.xml
Clean empty upstream tags
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ruby/plist')
-rw-r--r-- | dev-ruby/plist/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/plist/metadata.xml b/dev-ruby/plist/metadata.xml index eb1e47f2edfb..d2a2918c128c 100644 --- a/dev-ruby/plist/metadata.xml +++ b/dev-ruby/plist/metadata.xml @@ -1,8 +1,11 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>ruby@gentoo.org</email> <name>Gentoo Ruby Project</name> </maintainer> + <upstream> + <remote-id type="github">patsplat/plist</remote-id> + </upstream> </pkgmetadata> |