aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {