dev-python/pywavelets: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8190
This commit is contained in:
Michael Mair-Keimberger
2018-04-28 10:31:16 +02:00
committed by Michał Górny
parent 3929ebf468
commit 447b5f911c

View File

@@ -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"