From: Michael Mair-Keimberger Date: Tue, 15 May 2018 10:28:49 +0000 (+0200) Subject: sci-libs/jama: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=77f632d807fb5ea439a4f18892e9a77e4c083662;p=gentoo.git sci-libs/jama: use HTTPS --- diff --git a/sci-libs/jama/jama-1.2.5.ebuild b/sci-libs/jama/jama-1.2.5.ebuild index a9db9225bd5a..7d96ea39577f 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"