diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-22 08:52:32 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:31 -0400 |
commit | 57ab746680da277b89a5609c4bd834e9dbb7fba4 (patch) | |
tree | b0745f6978fd8566154e5e3289538cc41e4db979 /dev-python/distributed | |
parent | dev-python/dask: use HTTPS (diff) | |
download | gentoo-57ab746680da277b89a5609c4bd834e9dbb7fba4.tar.gz gentoo-57ab746680da277b89a5609c4bd834e9dbb7fba4.tar.bz2 gentoo-57ab746680da277b89a5609c4bd834e9dbb7fba4.zip |
dev-python/distributed: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/distributed')
-rw-r--r-- | dev-python/distributed/distributed-1.18.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/distributed/distributed-1.18.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/distributed/distributed-1.18.0-r1.ebuild b/dev-python/distributed/distributed-1.18.0-r1.ebuild index 1001c57f9899..2b2ca65337c2 100644 --- a/dev-python/distributed/distributed-1.18.0-r1.ebuild +++ b/dev-python/distributed/distributed-1.18.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python library for distributed computation" -HOMEPAGE="http://distributed.readthedocs.io/" +HOMEPAGE="https://distributed.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/distributed/distributed-1.18.0.ebuild b/dev-python/distributed/distributed-1.18.0.ebuild index d4748591aea3..37bf5e6aafa2 100644 --- a/dev-python/distributed/distributed-1.18.0.ebuild +++ b/dev-python/distributed/distributed-1.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python library for distributed computation" -HOMEPAGE="http://distributed.readthedocs.io/" +HOMEPAGE="https://distributed.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |