commit: 16bfc09b0ccecc0b9950fcd97d88de5230ef7fab
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 01:08:09 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 01:08:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bfc09b
dev-lua/luarocks-3.4.0: use https in HOMEPAGE and SRC_URI
Note that for HOMEPAGE this requires *not* using the "www" prefix.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-lua/luarocks/luarocks-3.4.0-r100.ebuild | 4 ++--
dev-lua/luarocks/luarocks-3.4.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
index 6dcf557087a..4a4286ebda0 100644
--- a/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0-r100.ebuild
@@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..3} luajit )
inherit lua-single
DESCRIPTION="A package manager for the Lua programming language"
-HOMEPAGE="http://www.luarocks.org"
-SRC_URI="http://luarocks.org/releases/${P}.tar.gz"
+HOMEPAGE="https://luarocks.org"
+SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
diff --git a/dev-lua/luarocks/luarocks-3.4.0.ebuild
b/dev-lua/luarocks/luarocks-3.4.0.ebuild
index 702128f4e30..1740df35645 100644
--- a/dev-lua/luarocks/luarocks-3.4.0.ebuild
+++ b/dev-lua/luarocks/luarocks-3.4.0.ebuild
@@ -6,8 +6,8 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="A package manager for the Lua programming language"
-HOMEPAGE="http://www.luarocks.org"
-SRC_URI="http://luarocks.org/releases/${P}.tar.gz"
+HOMEPAGE="https://luarocks.org"
+SRC_URI="https://luarocks.org/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"