sci-libs/jama: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 15 May 2018 10:28:49 +0000 (12:28 +0200)
committerAaron Bauman <bman@gentoo.org>
Wed, 16 May 2018 22:56:53 +0000 (18:56 -0400)
sci-libs/jama/jama-1.2.5.ebuild

index a9db9225bd5aed4949ceb3bba5ec973b84e1e525..7d96ea39577f819baaf8850ab42cd0ba5e213f91 100644 (file)
@@ -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"