diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 13:33:44 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-13 19:21:40 -0400 |
commit | a1be4d50219988aba5215e4689b46c771009d8fb (patch) | |
tree | c2a91667477473c2b34ac904f46a1ce7c4fd045a /dev-libs/quantlib | |
parent | dev-libs/poco: use HTTPS (diff) | |
download | gentoo-a1be4d50219988aba5215e4689b46c771009d8fb.tar.gz gentoo-a1be4d50219988aba5215e4689b46c771009d8fb.tar.bz2 gentoo-a1be4d50219988aba5215e4689b46c771009d8fb.zip |
dev-libs/quantlib: use HTTPS
Diffstat (limited to 'dev-libs/quantlib')
-rw-r--r-- | dev-libs/quantlib/quantlib-1.6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-1.7.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/quantlib/quantlib-1.6.ebuild b/dev-libs/quantlib/quantlib-1.6.ebuild index 39d1b0acfe27..193731dc5a99 100644 --- a/dev-libs/quantlib/quantlib-1.6.ebuild +++ b/dev-libs/quantlib/quantlib-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit elisp-common eutils toolchain-funcs MY_P="QuantLib-${PV}" DESCRIPTION="A comprehensive software framework for quantitative finance" -HOMEPAGE="http://quantlib.org/" +HOMEPAGE="https://quantlib.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-libs/quantlib/quantlib-1.7.1.ebuild b/dev-libs/quantlib/quantlib-1.7.1.ebuild index d1725e7d5caf..763269d2f604 100644 --- a/dev-libs/quantlib/quantlib-1.7.1.ebuild +++ b/dev-libs/quantlib/quantlib-1.7.1.ebuild @@ -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=6 @@ -8,7 +8,7 @@ inherit elisp-common eutils toolchain-funcs MY_P="QuantLib-${PV}" DESCRIPTION="A comprehensive software framework for quantitative finance" -HOMEPAGE="http://quantlib.org/" +HOMEPAGE="https://quantlib.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="BSD" |