commit: d50a51499eab6a90f2fad1b2da687263d6f0405e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Nov 19 08:59:59 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Nov 19 11:39:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d50a5149
sci-libs/cmpfit: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/cmpfit/cmpfit-1.4.ebuild | 6 +++--- 1 file 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"
