diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 08:50:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:47 +0200 |
commit | 2bf47288b5f6c09ccfbfaae3b78010387d124864 (patch) | |
tree | 4e518bee99981190858444f10dec2c83f8cd557c /dev-python/zict/zict-0.1.2.ebuild | |
parent | dev-python/flask-babelex: use HTTPS for GitHub (diff) | |
download | gentoo-2bf47288b5f6c09ccfbfaae3b78010387d124864.tar.gz gentoo-2bf47288b5f6c09ccfbfaae3b78010387d124864.tar.bz2 gentoo-2bf47288b5f6c09ccfbfaae3b78010387d124864.zip |
dev-python/zict: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/zict/zict-0.1.2.ebuild')
-rw-r--r-- | dev-python/zict/zict-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zict/zict-0.1.2.ebuild b/dev-python/zict/zict-0.1.2.ebuild index b9520b1fef31..a7e5459067c8 100644 --- a/dev-python/zict/zict-0.1.2.ebuild +++ b/dev-python/zict/zict-0.1.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Mutable mapping tools" -HOMEPAGE="http://github.com/dask/zict/" +HOMEPAGE="https://github.com/dask/zict/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |