mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sci-libs/tnt: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/16188 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
committed by
David Seifert
parent
a43ac70793
commit
f32582681e
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -6,8 +6,8 @@ EAPI=7
|
||||
MY_P="${PN}_$(ver_rs 1-3 '_')"
|
||||
|
||||
DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
|
||||
HOMEPAGE="http://math.nist.gov/tnt/"
|
||||
SRC_URI="http://math.nist.gov/tnt/${MY_P}.zip"
|
||||
HOMEPAGE="https://math.nist.gov/tnt/"
|
||||
SRC_URI="https://math.nist.gov/tnt/${MY_P}.zip"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user