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 /app-emulation/rkt | |
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 'app-emulation/rkt')
-rw-r--r-- | app-emulation/rkt/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/rkt/metadata.xml b/app-emulation/rkt/metadata.xml index d01e2b47e81a..1100d241c8ff 100644 --- a/app-emulation/rkt/metadata.xml +++ b/app-emulation/rkt/metadata.xml @@ -4,7 +4,7 @@ <maintainer> <email>mail@stefanjunker.de</email> <name>Stefan Junker</name> - </maintainer> + </maintainer> <maintainer> <email>alunduil@gentoo.org</email> <name>Alex Brandt</name> @@ -21,4 +21,7 @@ <flag name="rkt_stage1_src">Build the stage1.aci from source</flag> <flag name="rkt_stage1_host">Assemble stage1.aci from host binaries</flag> </use> + <upstream> + <remote-id type="github">coreos/rkt</remote-id> + </upstream> </pkgmetadata> |