From eda9b09539ce04e471cf9ce0a8d8f09ceec4ffcb Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 26 Jul 2022 13:11:23 -0300 Subject: keplerproject -> lunarmodules Regarding the copyright: Kepler Project did not exist as an entity in 2015, and the original copyright for lua-compat-5.2 on which this is based said "Copyright 2013 Hisham Muhammad." The updated notice should be a better representation of authorship, including the copyright for the parts included from upstream Lua. --- rockspecs/bit32-5.3.5-1.rockspec | 2 +- rockspecs/bit32-5.3.5.1-1.rockspec | 2 +- rockspecs/bit32-scm-1.rockspec | 2 +- rockspecs/compat53-0.1-1.rockspec | 4 ++-- rockspecs/compat53-0.2-1.rockspec | 4 ++-- rockspecs/compat53-0.3-1.rockspec | 4 ++-- rockspecs/compat53-0.4-1.rockspec | 4 ++-- rockspecs/compat53-0.5-1.rockspec | 4 ++-- rockspecs/compat53-0.7-1.rockspec | 4 ++-- rockspecs/compat53-0.8-1.rockspec | 4 ++-- rockspecs/compat53-scm-0.rockspec | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) (limited to 'rockspecs') diff --git a/rockspecs/bit32-5.3.5-1.rockspec b/rockspecs/bit32-5.3.5-1.rockspec index e27dedb..353e19c 100644 --- a/rockspecs/bit32-5.3.5-1.rockspec +++ b/rockspecs/bit32-5.3.5-1.rockspec @@ -1,7 +1,7 @@ package = "bit32" version = "5.3.5-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.9.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.9.zip", dir = "lua-compat-5.3-0.9", } description = { diff --git a/rockspecs/bit32-5.3.5.1-1.rockspec b/rockspecs/bit32-5.3.5.1-1.rockspec index ab5d6a7..371f1ae 100644 --- a/rockspecs/bit32-5.3.5.1-1.rockspec +++ b/rockspecs/bit32-5.3.5.1-1.rockspec @@ -1,7 +1,7 @@ package = "bit32" version = "5.3.5.1-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.10.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.10.zip", dir = "lua-compat-5.3-0.10", } description = { diff --git a/rockspecs/bit32-scm-1.rockspec b/rockspecs/bit32-scm-1.rockspec index 231abf4..78f9736 100644 --- a/rockspecs/bit32-scm-1.rockspec +++ b/rockspecs/bit32-scm-1.rockspec @@ -1,7 +1,7 @@ package = "bit32" version = "scm-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/master.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/master.zip", dir = "lua-compat-5.3-master", } description = { diff --git a/rockspecs/compat53-0.1-1.rockspec b/rockspecs/compat53-0.1-1.rockspec index 0ff56b0..b9012fe 100644 --- a/rockspecs/compat53-0.1-1.rockspec +++ b/rockspecs/compat53-0.1-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.1-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.1.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.1.zip", dir = "lua-compat-5.3-0.1", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-0.2-1.rockspec b/rockspecs/compat53-0.2-1.rockspec index 1b3c80e..47ddaf2 100644 --- a/rockspecs/compat53-0.2-1.rockspec +++ b/rockspecs/compat53-0.2-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.2-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.2.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.2.zip", dir = "lua-compat-5.3-0.2", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { 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 @@ package = "compat53" version = "0.3-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.3.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.3.zip", dir = "lua-compat-5.3-0.3", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-0.4-1.rockspec b/rockspecs/compat53-0.4-1.rockspec index 9331e19..bc33826 100644 --- a/rockspecs/compat53-0.4-1.rockspec +++ b/rockspecs/compat53-0.4-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.4-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.4.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.4.zip", dir = "lua-compat-5.3-0.4", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-0.5-1.rockspec b/rockspecs/compat53-0.5-1.rockspec index 3cceccd..8d18b51 100644 --- a/rockspecs/compat53-0.5-1.rockspec +++ b/rockspecs/compat53-0.5-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.5-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.5.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.5.zip", dir = "lua-compat-5.3-0.5", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-0.7-1.rockspec b/rockspecs/compat53-0.7-1.rockspec index 844a3c6..fc5a0c8 100644 --- a/rockspecs/compat53-0.7-1.rockspec +++ b/rockspecs/compat53-0.7-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.7-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.7.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.7.zip", dir = "lua-compat-5.3-0.7", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-0.8-1.rockspec b/rockspecs/compat53-0.8-1.rockspec index 0ab17a0..2fe47b9 100644 --- a/rockspecs/compat53-0.8-1.rockspec +++ b/rockspecs/compat53-0.8-1.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "0.8-1" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/v0.8.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.8.zip", dir = "lua-compat-5.3-0.8", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { diff --git a/rockspecs/compat53-scm-0.rockspec b/rockspecs/compat53-scm-0.rockspec index a83dfca..db9f4e7 100644 --- a/rockspecs/compat53-scm-0.rockspec +++ b/rockspecs/compat53-scm-0.rockspec @@ -1,7 +1,7 @@ package = "compat53" version = "scm-0" source = { - url = "https://github.com/keplerproject/lua-compat-5.3/archive/master.zip", + url = "https://github.com/lunarmodules/lua-compat-5.3/archive/master.zip", dir = "lua-compat-5.3-master", } description = { @@ -12,7 +12,7 @@ description = { It does *not* make Lua 5.2 (or even 5.1) entirely compatible with Lua 5.3, but it brings the API closer to that of Lua 5.3. ]], - homepage = "https://github.com/keplerproject/lua-compat-5.3", + homepage = "https://github.com/lunarmodules/lua-compat-5.3", license = "MIT" } dependencies = { -- cgit v1.2.3-55-g6feb