dev-lua/lualdap: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 17 May 2018 08:03:41 +0000 (10:03 +0200)
committerAaron Bauman <bman@gentoo.org>
Fri, 18 May 2018 12:32:26 +0000 (08:32 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8443

dev-lua/lualdap/lualdap-1.2.0.ebuild

index 96bcac4413e06f00377f90576910c2055ca96c78..38007f295ddf90e166008f33cc8c59c73975ae99 100644 (file)
@@ -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"