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/kryo | |
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/kryo')
-rw-r--r-- | dev-java/kryo/metadata.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/kryo/metadata.xml b/dev-java/kryo/metadata.xml index 2d2ccc0795d8..649088ab7d53 100644 --- a/dev-java/kryo/metadata.xml +++ b/dev-java/kryo/metadata.xml @@ -7,7 +7,9 @@ The goals of the project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network. Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying - from object to object, not object->bytes->object. + from object to object, not object->bytes->object. </longdescription> + <upstream> + <remote-id type="github">EsotericSoftware/kryo</remote-id> + </upstream> </pkgmetadata> - |