diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:03:41 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:32:26 -0400 |
commit | a9356d9331cf13f4eec25fb00f2c0e046af142c3 (patch) | |
tree | 2fe4fd92523b5e5912595271bf91627c0c5733da /dev-lua/lualdap | |
parent | games-strategy/wesnoth libressl support (diff) | |
download | gentoo-a9356d9331cf13f4eec25fb00f2c0e046af142c3.tar.gz gentoo-a9356d9331cf13f4eec25fb00f2c0e046af142c3.tar.bz2 gentoo-a9356d9331cf13f4eec25fb00f2c0e046af142c3.zip |
dev-lua/lualdap: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8443
Diffstat (limited to 'dev-lua/lualdap')
-rw-r--r-- | dev-lua/lualdap/lualdap-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lua/lualdap/lualdap-1.2.0.ebuild b/dev-lua/lualdap/lualdap-1.2.0.ebuild index 96bcac4413e0..38007f295ddf 100644 --- a/dev-lua/lualdap/lualdap-1.2.0.ebuild +++ b/dev-lua/lualdap/lualdap-1.2.0.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,8 +8,8 @@ inherit eutils toolchain-funcs MY_PN="LuaLDAP" DESCRIPTION="Simple interface from Lua to OpenLDAP" -HOMEPAGE="http://git.zx2c4.com/lualdap/about/" -SRC_URI="http://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" +HOMEPAGE="https://git.zx2c4.com/lualdap/about/" +SRC_URI="https://git.zx2c4.com/${PN}/snapshot/${P}.tar.xz" LICENSE="MIT" SLOT="0" |