diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-11 14:25:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-06-11 14:25:24 +0200 |
commit | f32582681ec6084e8b9d2cd2ebcd157ed3425ef0 (patch) | |
tree | 810dcc73d599345005832a2732513473ad4afcfc /sci-libs/tnt | |
parent | sci-libs/oc: use HTTPS (diff) | |
download | gentoo-f32582681ec6084e8b9d2cd2ebcd157ed3425ef0.tar.gz gentoo-f32582681ec6084e8b9d2cd2ebcd157ed3425ef0.tar.bz2 gentoo-f32582681ec6084e8b9d2cd2ebcd157ed3425ef0.zip |
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>
Diffstat (limited to 'sci-libs/tnt')
-rw-r--r-- | sci-libs/tnt/tnt-3.0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/tnt/tnt-3.0.12.ebuild b/sci-libs/tnt/tnt-3.0.12.ebuild index 9de7e6dca2ee..591cc6535bd5 100644 --- a/sci-libs/tnt/tnt-3.0.12.ebuild +++ b/sci-libs/tnt/tnt-3.0.12.ebuild @@ -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" |