diff options
author | 2022-11-19 10:15:50 +0100 | |
---|---|---|
committer | 2022-11-19 12:39:37 +0100 | |
commit | eadaac80103b8e9428abde98c13fa8eb53337e7c (patch) | |
tree | 63f4f970837cb29d26334224d9357f51e8d18890 /sci-libs | |
parent | sci-libs/plplot: use HTTPS (diff) | |
download | gentoo-eadaac80103b8e9428abde98c13fa8eb53337e7c.tar.gz gentoo-eadaac80103b8e9428abde98c13fa8eb53337e7c.tar.bz2 gentoo-eadaac80103b8e9428abde98c13fa8eb53337e7c.zip |
sci-libs/spqr: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/spqr/spqr-2.0.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/spqr/spqr-2.0.9-r2.ebuild b/sci-libs/spqr/spqr-2.0.9-r2.ebuild index ff1a265ca5a0..c1a837667555 100644 --- a/sci-libs/spqr/spqr-2.0.9-r2.ebuild +++ b/sci-libs/spqr/spqr-2.0.9-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Multithreaded multifrontal sparse QR factorization library" -HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="GPL-2+" |