From 5b3703dbed6ce6f390be1af9772b80dc5027e711 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 23 Feb 2019 17:46:18 +0100 Subject: dev-python/pyamg: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- dev-python/pyamg/pyamg-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pyamg/pyamg-2.1.0.ebuild') diff --git a/dev-python/pyamg/pyamg-2.1.0.ebuild b/dev-python/pyamg/pyamg-2.1.0.ebuild index a7c66a91398c..e1b891e27372 100644 --- a/dev-python/pyamg/pyamg-2.1.0.ebuild +++ b/dev-python/pyamg/pyamg-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Algebraic multigrid solvers in Python" -HOMEPAGE="http://pyamg.github.io/" +HOMEPAGE="https://pyamg.github.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" -- cgit v1.2.3-65-gdbad