diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-21 12:34:14 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-21 13:02:17 -0400 |
commit | dde1b44a730d73a4bc2b6febf36922ade68b18fe (patch) | |
tree | 48a7b81710c30a385ac22f8bfa66934c7847f157 /sci-libs/libdap | |
parent | sci-geosciences/opencpn: use HTTPs (diff) | |
download | gentoo-dde1b44a730d73a4bc2b6febf36922ade68b18fe.tar.gz gentoo-dde1b44a730d73a4bc2b6febf36922ade68b18fe.tar.bz2 gentoo-dde1b44a730d73a4bc2b6febf36922ade68b18fe.zip |
sci-libs/libdap: use HTTPs
Diffstat (limited to 'sci-libs/libdap')
-rw-r--r-- | sci-libs/libdap/libdap-3.18.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libdap/libdap-3.18.1.ebuild b/sci-libs/libdap/libdap-3.18.1.ebuild index c0680c183d37..e80817b5255c 100644 --- a/sci-libs/libdap/libdap-3.18.1.ebuild +++ b/sci-libs/libdap/libdap-3.18.1.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2" -HOMEPAGE="http://opendap.org/" -SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz" +HOMEPAGE="https://www.opendap.org" +SRC_URI="https://www.opendap.org/pub/source/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" |