summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-12-20 21:31:08 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-20 21:34:28 +0100
commit2a22c67b08b03323561a88f80cbbba8a51bb5423 (patch)
tree1f1a4ac0795d3c83671fd1db0ecc9f7c68c72976 /dev-python/hiredis
parentxfce-extra/xfce4-weather-plugin: Remove old (diff)
downloadgentoo-2a22c67b08b03323561a88f80cbbba8a51bb5423.tar.gz
gentoo-2a22c67b08b03323561a88f80cbbba8a51bb5423.tar.bz2
gentoo-2a22c67b08b03323561a88f80cbbba8a51bb5423.zip
dev-python/hiredis: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hiredis')
-rw-r--r--dev-python/hiredis/hiredis-1.1.0.ebuild2
-rw-r--r--dev-python/hiredis/metadata.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hiredis/hiredis-1.1.0.ebuild b/dev-python/hiredis/hiredis-1.1.0.ebuild
index d453700157d6..9fa9bf3c3976 100644
--- a/dev-python/hiredis/hiredis-1.1.0.ebuild
+++ b/dev-python/hiredis/hiredis-1.1.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Python extension that wraps hiredis"
-HOMEPAGE="https://github.com/pietern/hiredis-py"
+HOMEPAGE="https://github.com/redis/hiredis-py/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
diff --git a/dev-python/hiredis/metadata.xml b/dev-python/hiredis/metadata.xml
index 2bf5fbd7ca5f..2d6830cbdf6f 100644
--- a/dev-python/hiredis/metadata.xml
+++ b/dev-python/hiredis/metadata.xml
@@ -11,7 +11,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">hiredis</remote-id>
- <remote-id type="github">pietern/hiredis-py</remote-id>
+ <remote-id type="github">redis/hiredis-py</remote-id>
</upstream>
<use>
<flag name="system-libs">Use dev-libs/hiredis from system</flag>