diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-15 12:28:49 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-16 18:56:53 -0400 |
commit | 77f632d807fb5ea439a4f18892e9a77e4c083662 (patch) | |
tree | 157b5a10a2751eecfc35001cea97ae6fe22f520c /sci-libs/jama | |
parent | sci-libs/cdf: use HTTPS (diff) | |
download | gentoo-77f632d807fb5ea439a4f18892e9a77e4c083662.tar.gz gentoo-77f632d807fb5ea439a4f18892e9a77e4c083662.tar.bz2 gentoo-77f632d807fb5ea439a4f18892e9a77e4c083662.zip |
sci-libs/jama: use HTTPS
Diffstat (limited to 'sci-libs/jama')
-rw-r--r-- | sci-libs/jama/jama-1.2.5.ebuild | 6 |
1 files 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 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" |