aboutsummaryrefslogtreecommitdiff
path: root/rockspecs/compat53-0.3-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'rockspecs/compat53-0.3-1.rockspec')
-rw-r--r--rockspecs/compat53-0.3-1.rockspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/rockspecs/compat53-0.3-1.rockspec b/rockspecs/compat53-0.3-1.rockspec
index 43f53d2..d99099f 100644
--- a/rockspecs/compat53-0.3-1.rockspec
+++ b/rockspecs/compat53-0.3-1.rockspec
@@ -1,7 +1,7 @@
1package = "compat53" 1package = "compat53"
2version = "0.3-1" 2version = "0.3-1"
3source = { 3source = {
4 url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.3.zip", 4 url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.3.zip",
5 dir = "lua-compat-5.3-0.3", 5 dir = "lua-compat-5.3-0.3",
6} 6}
7description = { 7description = {
@@ -12,7 +12,7 @@ description = {
12 It does *not* make Lua 5.2 (or even 5.1) entirely compatible 12 It does *not* make Lua 5.2 (or even 5.1) entirely compatible
13 with Lua 5.3, but it brings the API closer to that of Lua 5.3. 13 with Lua 5.3, but it brings the API closer to that of Lua 5.3.
14 ]], 14 ]],
15 homepage = "https://github.com/keplerproject/lua-compat-5.3", 15 homepage = "https://github.com/lunarmodules/lua-compat-5.3",
16 license = "MIT" 16 license = "MIT"
17} 17}
18dependencies = { 18dependencies = {