From d0f80b8e0222d3cc9404ab9b3fa90eab9661100f Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 19 Nov 2022 09:57:46 +0100 Subject: sci-libs/atlas: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Andrew Ammerlaan --- sci-libs/atlas/atlas-3.10.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/atlas/atlas-3.10.2.ebuild b/sci-libs/atlas/atlas-3.10.2.ebuild index fcc3e5e0b331..b763f1f14b3f 100644 --- a/sci-libs/atlas/atlas-3.10.2.ebuild +++ b/sci-libs/atlas/atlas-3.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit fortran-2 toolchain-funcs versionator LAPACKP=lapack-3.6.0.tgz DESCRIPTION="Automatically Tuned Linear Algebra Software" -HOMEPAGE="http://math-atlas.sourceforge.net/" +HOMEPAGE="https://math-atlas.sourceforge.net" SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 fortran? ( lapack? ( http://www.netlib.org/lapack/${LAPACKP} ) )" -- cgit v1.2.3-65-gdbad