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-python/decorator | |
parent | Drop obsolete gitorious remote-id (diff) | |
download | gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.gz gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.tar.bz2 gentoo-dc43359741db79ddae3b123b4c22d407174ba5f5.zip |
Add missing remote-id type=github
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/metadata.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml index cc991ffb9094..069a4f0c412e 100644 --- a/dev-python/decorator/metadata.xml +++ b/dev-python/decorator/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>python</herd> @@ -8,5 +8,6 @@ memoize, tracing, redirecting_stdout, locked, etc.</longdescription> <upstream> <remote-id type="pypi">decorator</remote-id> + <remote-id type="github">micheles/decorator</remote-id> </upstream> </pkgmetadata> |