Skip to content

Commit

Permalink
dev-lua/lualdap: use HTTPS
Browse files Browse the repository at this point in the history
Closes: gentoo#8443
  • Loading branch information
mm1ke authored and FuzzyGophers committed May 18, 2018
1 parent cabe645 commit a9356d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-lua/lualdap/lualdap-1.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit a9356d9

Please sign in to comment.