diff options
Diffstat (limited to 'dev-python/pyzmq/pyzmq-14.7.0.ebuild')
-rw-r--r-- | dev-python/pyzmq/pyzmq-14.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyzmq/pyzmq-14.7.0.ebuild b/dev-python/pyzmq/pyzmq-14.7.0.ebuild index f9824c33d9cc..1ca4286512d0 100644 --- a/dev-python/pyzmq/pyzmq-14.7.0.ebuild +++ b/dev-python/pyzmq/pyzmq-14.7.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 toolchain-funcs DESCRIPTION="Lightweight and super-fast messaging library built on top of the ZeroMQ library" -HOMEPAGE="http://www.zeromq.org/bindings:python http://pypi.python.org/pypi/pyzmq" +HOMEPAGE="http://www.zeromq.org/bindings:python https://pypi.python.org/pypi/pyzmq" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" |