diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
commit | d204347f9f6a55a39b90ef8d24fc21a52fecfb92 (patch) | |
tree | b0aa8154e3882fbebd45b490e8f7703bedd4ff09 /devel/lua-rocks | |
parent | 41d5e4e5a32be4a513695b5f41c586bcdb637c25 (diff) | |
download | pkgsrc-d204347f9f6a55a39b90ef8d24fc21a52fecfb92.tar.gz |
Follow some http redirects.
Diffstat (limited to 'devel/lua-rocks')
-rw-r--r-- | devel/lua-rocks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/lua-rocks/Makefile b/devel/lua-rocks/Makefile index 5d64dbbe9ab..8376e4e4e31 100644 --- a/devel/lua-rocks/Makefile +++ b/devel/lua-rocks/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2016/10/06 20:28:54 alnsn Exp $ +# $NetBSD: Makefile,v 1.3 2017/08/16 20:21:08 wiz Exp $ DISTNAME= luarocks-2.4.1 PKGNAME= ${DISTNAME:S/luarocks/${LUA_PKGPREFIX}-rocks/} CATEGORIES= devel -MASTER_SITES= http://luarocks.org/releases/ +MASTER_SITES= https://luarocks.org/releases/ MAINTAINER= alnsn@NetBSD.org -HOMEPAGE= http://luarocks.org/ +HOMEPAGE= https://luarocks.org/ COMMENT= Deployment and management system for Lua modules LICENSE= mit |