From: Michael Mair-Keimberger Date: Tue, 15 May 2018 10:15:40 +0000 (+0200) Subject: dev-libs/openspecfun: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f12d921c4fcc1aa564edfe268d1beae6baf88f4f;p=gentoo.git dev-libs/openspecfun: use HTTPS --- diff --git a/dev-libs/openspecfun/openspecfun-0.5.1.ebuild b/dev-libs/openspecfun/openspecfun-0.5.1.ebuild index 5cad71a2cd9c..40545b5459de 100644 --- a/dev-libs/openspecfun/openspecfun-0.5.1.ebuild +++ b/dev-libs/openspecfun/openspecfun-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit fortran-2 multilib DESCRIPTION="A collection of special mathematical functions" -HOMEPAGE="http://julialang.org/" +HOMEPAGE="https://julialang.org" SRC_URI="https://github.com/JuliaLang/openspecfun/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT public-domain"