diff options
author | 2020-09-14 20:01:36 +0200 | |
---|---|---|
committer | 2020-09-22 23:32:51 +0200 | |
commit | 2cafa1ae5156f98723787bbc323cb9b092957193 (patch) | |
tree | d3c9a79939eff025580fb6a1c2f6b6d51402bf8c /sci-libs/cholmod/cholmod-3.0.13.ebuild | |
parent | sci-libs/ccolamd: update HOMEPAGE, use https (diff) | |
download | gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.tar.gz gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.tar.bz2 gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.zip |
sci-libs/cholmod: update HOMEPAGE, use https
Closes: https://github.com/gentoo/gentoo/pull/17541
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/cholmod/cholmod-3.0.13.ebuild')
-rw-r--r-- | sci-libs/cholmod/cholmod-3.0.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild index bf568d5872ad..4fdcecff8207 100644 --- a/sci-libs/cholmod/cholmod-3.0.13.ebuild +++ b/sci-libs/cholmod/cholmod-3.0.13.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate 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="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )" |