diff options
Diffstat (limited to 'dev-python/redis-py/redis-py-2.7.4.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/redis-py/redis-py-2.7.4.ebuild b/dev-python/redis-py/redis-py-2.7.4.ebuild index e49e3f1912af..3741dc3f7682 100644 --- a/dev-python/redis-py/redis-py-2.7.4.ebuild +++ b/dev-python/redis-py/redis-py-2.7.4.ebuild @@ -11,7 +11,7 @@ MY_PN="redis" MY_P="${MY_PN}-${PV}" DESCRIPTION="Python client for Redis key-value store" -HOMEPAGE="http://github.com/andymccurdy/redis-py http://pypi.python.org/pypi/redis" +HOMEPAGE="https://github.com/andymccurdy/redis-py https://pypi.python.org/pypi/redis" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |