commit: 77f632d807fb5ea439a4f18892e9a77e4c083662
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May 15 10:28:49 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 16 22:56:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f632d8
sci-libs/jama: use HTTPS
sci-libs/jama/jama-1.2.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild
index a9db9225bd5..7d96ea39577 100644
--- a/sci-libs/jama/jama-1.2.5.ebuild
+++ b/sci-libs/jama/jama-1.2.5.ebuild
@@ -9,9 +9,9 @@ MYP="${PN}$(replace_all_version_separators '')"
DOCPV=102
DESCRIPTION="Java-like matrix C++ templates"
-HOMEPAGE="http://math.nist.gov/tnt/"
-SRC_URI="http://math.nist.gov/tnt/${MYP}.zip
- doc? ( http://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
+HOMEPAGE="https://math.nist.gov/tnt/"
+SRC_URI="https://math.nist.gov/tnt/${MYP}.zip
+ doc? ( https://math.nist.gov/tnt/${PN}${DOCPV}doc.zip )"
LICENSE="public-domain"
SLOT="0"