mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-28 02:52:22 +00:00
chore(*) fix rockspec source url
This commit is contained in:
committed by
Enrique García Cota
parent
35714d7a92
commit
07a01090e7
@@ -1,9 +1,9 @@
|
|||||||
package = "sandbox"
|
package = "sandbox"
|
||||||
|
|
||||||
version = "1.0.1-0"
|
version = "1.0.1-1"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/kikito/sandbox.lua.git",
|
url = "https://github.com/kikito/sandbox.lua.git",
|
||||||
tag = "v1.0.1"
|
tag = "v1.0.1"
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user