diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 09:59:59 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:29 +0100 |
commit | d50a51499eab6a90f2fad1b2da687263d6f0405e (patch) | |
tree | b6f410a954628ec190be2bb5addc33c0cb0c28d8 /sci-libs/cmpfit | |
parent | sci-libs/atlas: use HTTPS (diff) | |
download | gentoo-d50a51499eab6a90f2fad1b2da687263d6f0405e.tar.gz gentoo-d50a51499eab6a90f2fad1b2da687263d6f0405e.tar.bz2 gentoo-d50a51499eab6a90f2fad1b2da687263d6f0405e.zip |
sci-libs/cmpfit: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/cmpfit')
-rw-r--r-- | sci-libs/cmpfit/cmpfit-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/cmpfit/cmpfit-1.4.ebuild b/sci-libs/cmpfit/cmpfit-1.4.ebuild index ff93f77a140c..486044b29632 100644 --- a/sci-libs/cmpfit/cmpfit-1.4.ebuild +++ b/sci-libs/cmpfit/cmpfit-1.4.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,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="MINPACK-1 Least Squares Fitting Library in C" -HOMEPAGE="http://www.physics.wisc.edu/~craigm/idl/cmpfit.html" -SRC_URI="http://www.physics.wisc.edu/~craigm/idl/down/${P}.tar.gz" +HOMEPAGE="https://pages.physics.wisc.edu/~craigm/idl/cmpfit.html" +SRC_URI="https://pages.physics.wisc.edu/~craigm/idl/down/${P}.tar.gz" LICENSE="public-domain minpack" SLOT="0" |