aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2022-03-19 17:55:12 +0300
committerCaleb Maclennan <caleb@alerque.com>2022-03-19 18:01:53 +0300
commitd0f2d132bf4b02ff342b3d87479ec0cf46f7c059 (patch)
tree779c033f2f3cba79d2d0569e8247a8cfb6345d32
parenta36818d3f3afd8758ec10991a5cb08ebdaca6329 (diff)
downloadluasocket-d0f2d132bf4b02ff342b3d87479ec0cf46f7c059.tar.gz
luasocket-d0f2d132bf4b02ff342b3d87479ec0cf46f7c059.tar.bz2
luasocket-d0f2d132bf4b02ff342b3d87479ec0cf46f7c059.zip
chore: Move SCM rockspec to root and bump rockrel to 3
-rw-r--r--luasocket-scm-3.rockspec (renamed from rockspec/luasocket-scm-2.rockspec)8
1 files changed, 4 insertions, 4 deletions
diff --git a/rockspec/luasocket-scm-2.rockspec b/luasocket-scm-3.rockspec
index 9a71b07..4e1669c 100644
--- a/rockspec/luasocket-scm-2.rockspec
+++ b/luasocket-scm-3.rockspec
@@ -1,8 +1,8 @@
1package = "LuaSocket" 1package = "LuaSocket"
2version = "scm-2" 2version = "scm-3"
3source = { 3source = {
4 url = "git://github.com/diegonehab/luasocket.git" 4 url = "git+https://github.com/lunarmodules/luasocket.git",
5 , branch="master" 5 branch = "master"
6} 6}
7description = { 7description = {
8 summary = "Network support for the Lua language", 8 summary = "Network support for the Lua language",
@@ -12,7 +12,7 @@ description = {
12 modules that add support for functionality commonly needed by applications 12 modules that add support for functionality commonly needed by applications
13 that deal with the Internet. 13 that deal with the Internet.
14 ]], 14 ]],
15 homepage = "http://luaforge.net/projects/luasocket/", 15 homepage = "https://github.com/lunarmodules/luasocket",
16 license = "MIT" 16 license = "MIT"
17} 17}
18dependencies = { 18dependencies = {