diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 12:52:25 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:01:57 +0200 |
commit | dc43359741db79ddae3b123b4c22d407174ba5f5 (patch) | |
tree | 88e9b3a22e4a20ac481aed7ad051a0a99230870f /dev-util | |
parent | f8fd6bd07efee4d36a1babf55d6e69c7cb4a93d4 (diff) | |
download | gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.gz gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.xz |
Add missing remote-id type=github
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bitcoin-tx/metadata.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/bitcoin-tx/metadata.xml b/dev-util/bitcoin-tx/metadata.xml index f258144be6d..7f47f7bf7b6 100644 --- a/dev-util/bitcoin-tx/metadata.xml +++ b/dev-util/bitcoin-tx/metadata.xml @@ -1,4 +1,4 @@ -<?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> <herd>proxy-maintainers</herd> @@ -10,4 +10,7 @@ <email>luke-jr+gentoobugs@utopios.org</email> <name>Luke Dashjr</name> </maintainer> + <upstream> + <remote-id type="github">bitcoin/bitcoin</remote-id> + </upstream> </pkgmetadata> |