diff options
Diffstat (limited to 'dev-python/redis-py/redis-py-2.9.1.ebuild')
-rw-r--r-- | dev-python/redis-py/redis-py-2.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/redis-py/redis-py-2.9.1.ebuild b/dev-python/redis-py/redis-py-2.9.1.ebuild index 05880a8720c0..b3a51c516d02 100644 --- a/dev-python/redis-py/redis-py-2.9.1.ebuild +++ b/dev-python/redis-py/redis-py-2.9.1.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" +HOMEPAGE="https://github.com/andymccurdy/redis-py" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |