From: Michael Mair-Keimberger Date: Thu, 9 May 2019 17:24:58 +0000 (+0200) Subject: dev-python/asdf: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c07beff0f48e729ecf26299d076f5b71e1ad1dc0;p=gentoo.git dev-python/asdf: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- diff --git a/dev-python/asdf/asdf-1.2.1.ebuild b/dev-python/asdf/asdf-1.2.1.ebuild index 4b287fcb4b80..eb130febcd26 100644 --- a/dev-python/asdf/asdf-1.2.1.ebuild +++ b/dev-python/asdf/asdf-1.2.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Python library for the Advanced Scientific Data Format" -HOMEPAGE="http://asdf.readthedocs.io/" +HOMEPAGE="https://asdf.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"