summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-23 17:46:18 +0100
committerAaron Bauman <bman@gentoo.org>2019-02-26 23:21:17 -0500
commit5b3703dbed6ce6f390be1af9772b80dc5027e711 (patch)
treee451f00fceb5f65af6542cc7d1387088623844d8 /dev-python/pyamg/pyamg-2.1.0.ebuild
parentdev-python/jupyter: use HTTPS (diff)
downloadgentoo-5b3703dbed6ce6f390be1af9772b80dc5027e711.tar.gz
gentoo-5b3703dbed6ce6f390be1af9772b80dc5027e711.tar.bz2
gentoo-5b3703dbed6ce6f390be1af9772b80dc5027e711.zip
dev-python/pyamg: 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/pyamg/pyamg-2.1.0.ebuild')
-rw-r--r--dev-python/pyamg/pyamg-2.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
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"