summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-17 09:48:14 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-17 11:50:57 +0100
commita7b36fc93b86c43442d4b0a38e3f6e99427ee4ed (patch)
tree260d31b982ed238d33b0e32f21cad6f066ba95cb /dev-python/msgpack/msgpack-0.5.6.ebuild
parentdev-python/matplotlib: use HTTPS (diff)
downloadgentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.tar.gz
gentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.tar.bz2
gentoo-a7b36fc93b86c43442d4b0a38e3f6e99427ee4ed.zip
dev-python/msgpack: use HTTPS
Diffstat (limited to 'dev-python/msgpack/msgpack-0.5.6.ebuild')
-rw-r--r--dev-python/msgpack/msgpack-0.5.6.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild
index 664ea6dd012b..65965709753a 100644
--- a/dev-python/msgpack/msgpack-0.5.6.ebuild
+++ b/dev-python/msgpack/msgpack-0.5.6.ebuild
@@ -7,7 +7,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack/"
+HOMEPAGE="https://msgpack.org
+ https://github.com/msgpack/msgpack-python/
+ https://pypi.python.org/pypi/msgpack/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"