mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Andrew Ammerlaan
parent
d0f80b8e02
commit
d50a51499e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user