mirror of
https://github.com/TangentFoxy/lua-sandbox.git
synced 2025-07-27 18:42:21 +00:00
chore(rockspec) switch to git+https protocol
This commit is contained in:
committed by
Enrique García Cota
parent
ee3285e2fd
commit
0108834dd3
@@ -1,9 +1,9 @@
|
||||
package = "sandbox"
|
||||
|
||||
version = "1.0.1-2"
|
||||
version = "1.0.1-3"
|
||||
|
||||
source = {
|
||||
url = "git+ssh://git@github.com/kikito/sandbox.lua.git",
|
||||
url = "git+https://github.com/kikito/sandbox.lua",
|
||||
tag = "v1.0.1"
|
||||
}
|
||||
|
Reference in New Issue
Block a user