commit: ffa9675370b036cde403a538840df9a75fafb4b0 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Feb 23 16:50:33 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Feb 27 04:21:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa96753
sci-libs/lis: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sci-libs/lis/lis-1.6.5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/lis/lis-1.6.5.ebuild b/sci-libs/lis/lis-1.6.5.ebuild index 5cd496ef8d5..75c41a7dd9e 100644 --- a/sci-libs/lis/lis-1.6.5.ebuild +++ b/sci-libs/lis/lis-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools fortran-2 toolchain-funcs DESCRIPTION="Library of Iterative Solvers for Linear Systems" -HOMEPAGE="http://www.ssisc.org/lis/index.en.html" -SRC_URI="http://www.ssisc.org/lis/dl/${P}.tar.gz" +HOMEPAGE="https://www.ssisc.org/lis/index.en.html" +SRC_URI="https://www.ssisc.org/lis/dl/${P}.tar.gz" LICENSE="BSD" SLOT="0"
