diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:56:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:58:41 +0200 |
commit | 438605963973a406d2631521da60e3964c47fe0a (patch) | |
tree | 3bdbb5735bae2129a3f360b16d7c4fe26991febd /dev-java/reflections | |
parent | dev-util/shellcheck: Fix vesion correctly (diff) | |
download | gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2 gentoo-438605963973a406d2631521da60e3964c47fe0a.zip |
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-java/reflections')
-rw-r--r-- | dev-java/reflections/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-java/reflections/metadata.xml b/dev-java/reflections/metadata.xml index 909a9b33f6fd..4e7ae7699d82 100644 --- a/dev-java/reflections/metadata.xml +++ b/dev-java/reflections/metadata.xml @@ -3,4 +3,7 @@ <pkgmetadata> <herd>java</herd> <longdescription>Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.</longdescription> + <upstream> + <remote-id type="github">ronmamo/reflections</remote-id> + </upstream> </pkgmetadata> |