dev-java/jama: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 17:28:15 +0000 (19:28 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 8 Apr 2018 18:37:29 +0000 (19:37 +0100)
dev-java/jama/jama-1.0.3-r1.ebuild

index 63c15fd22f7ab1c320886f3fdb3fa0e99b4155b0..c3d99e6cda661e0c7933c7b5fcdc22eee61e8f99 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,8 +11,8 @@ MY_PN="Jama"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="A Java Matrix Package"
-HOMEPAGE="http://math.nist.gov/javanumerics/jama/"
-SRC_URI="http://math.nist.gov/javanumerics/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://math.nist.gov/javanumerics/jama/"
+SRC_URI="https://math.nist.gov/javanumerics/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"