diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-04 11:50:10 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:06:51 -0400 |
commit | 13a1110c4b71127637513a2d5a6c3d74f52a10d9 (patch) | |
tree | 4682307ed0334106f5264ae0607da04dacccd1dd /sci-libs | |
parent | dev-python/sympy: use HTTPS (diff) | |
download | gentoo-13a1110c4b71127637513a2d5a6c3d74f52a10d9.tar.gz gentoo-13a1110c4b71127637513a2d5a6c3d74f52a10d9.tar.bz2 gentoo-13a1110c4b71127637513a2d5a6c3d74f52a10d9.zip |
sci-libs/cln: use HTTPS
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cln/cln-1.3.3.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cln/cln-1.3.4.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/cln/cln-1.3.3.ebuild b/sci-libs/cln/cln-1.3.3.ebuild index 26803863a036..8671b3f70af2 100644 --- a/sci-libs/cln/cln-1.3.3.ebuild +++ b/sci-libs/cln/cln-1.3.3.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 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils flag-o-matic DESCRIPTION="Class library (C++) for numbers" -HOMEPAGE="http://www.ginac.de/CLN/" +HOMEPAGE="https://www.ginac.de/CLN/" SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/sci-libs/cln/cln-1.3.4.ebuild b/sci-libs/cln/cln-1.3.4.ebuild index b072885a1307..bac49277c15f 100644 --- a/sci-libs/cln/cln-1.3.4.ebuild +++ b/sci-libs/cln/cln-1.3.4.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=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils flag-o-matic DESCRIPTION="Class library (C++) for numbers" -HOMEPAGE="http://www.ginac.de/CLN/" -SRC_URI="http://www.ginac.de/CLN/${P}.tar.bz2" +HOMEPAGE="https://www.ginac.de/CLN/" +SRC_URI="https://www.ginac.de/CLN/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" |