diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-28 10:31:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 08:33:10 +0200 |
commit | 447b5f911cbf5ebbafde069752767d81c4b5f0c8 (patch) | |
tree | 8a2d73755e8c51692d4523cea86b0b59728499a3 /dev-python/pywavelets | |
parent | dev-python/python-scw: use HTTPS (diff) | |
download | gentoo-447b5f911cbf5ebbafde069752767d81c4b5f0c8.tar.gz gentoo-447b5f911cbf5ebbafde069752767d81c4b5f0c8.tar.bz2 gentoo-447b5f911cbf5ebbafde069752767d81c4b5f0c8.zip |
dev-python/pywavelets: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8190
Diffstat (limited to 'dev-python/pywavelets')
-rw-r--r-- | dev-python/pywavelets/pywavelets-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pywavelets/pywavelets-0.5.2.ebuild b/dev-python/pywavelets/pywavelets-0.5.2.ebuild index 6efa8d000e62..2f8651ead149 100644 --- a/dev-python/pywavelets/pywavelets-0.5.2.ebuild +++ b/dev-python/pywavelets/pywavelets-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ MY_PN="${PN/pyw/PyW}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Discrete Wavelet Transforms in Python" -HOMEPAGE="http://pywavelets.readthedocs.org/" +HOMEPAGE="https://pywavelets.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" |