diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 10:09:01 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:33 +0100 |
commit | 397552e7dbc42a0bfa215c098b71b7b7438fa765 (patch) | |
tree | cafe56608b9832b1d6b747f6874ba6455be02bd5 /sci-libs | |
parent | sci-libs/itpp: use HTTPS, fix LICENSE (diff) | |
download | gentoo-397552e7dbc42a0bfa215c098b71b7b7438fa765.tar.gz gentoo-397552e7dbc42a0bfa215c098b71b7b7438fa765.tar.bz2 gentoo-397552e7dbc42a0bfa215c098b71b7b7438fa765.zip |
sci-libs/klu: 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/klu/klu-1.3.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/klu/klu-1.3.9-r2.ebuild b/sci-libs/klu/klu-1.3.9-r2.ebuild index f636da0c8519..31bfebab0772 100644 --- a/sci-libs/klu/klu-1.3.9-r2.ebuild +++ b/sci-libs/klu/klu-1.3.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools DESCRIPTION="Sparse LU factorization for circuit simulation" -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="LGPL-2.1+" |