From 4d8ea59a2b96b71f17221eb78479a6441c8709bd Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 12 Jun 2017 21:06:59 +1000 Subject: [PATCH] dev-lua/lua-cjson: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild index f3c6f62f51f6c..1dd13c83607d8 100644 --- a/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild +++ b/dev-lua/lua-cjson/lua-cjson-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit cmake-utils DESCRIPTION="A fast JSON encoding/parsing module for Lua" -HOMEPAGE="http://www.kyne.com.au/~mark/software/lua-cjson.php https://github.com/mpx/lua-cjson/" -SRC_URI="http://www.kyne.com.au/~mark/software/download/${P}.tar.gz" +HOMEPAGE="https://www.kyne.com.au/~mark/software/lua-cjson.php https://github.com/mpx/lua-cjson/" +SRC_URI="https://www.kyne.com.au/~mark/software/download/${P}.tar.gz" LICENSE="MIT" SLOT="0"