sci-libs/cmpfit: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2022-11-19 09:59:59 +01:00
committed by Andrew Ammerlaan
parent d0f80b8e02
commit d50a51499e

View File

@@ -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"