mirror of
https://github.com/vxcontrol/lualibs-lrexlib.git
synced 2026-07-01 09:25:08 -04:00
Merge pull request #41 from Totktonada/Totktonada/fix-git-url-in-rockspec
rockspec: use git+https:// for git repository URL
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ default = {
|
||||
package = "Lrexlib-"..flavour,
|
||||
version = version.."-1",
|
||||
source = {
|
||||
url = "git://github.com/rrthomas/lrexlib.git",
|
||||
url = "git+https://github.com/rrthomas/lrexlib.git",
|
||||
tag = "rel-"..version_dashed,
|
||||
},
|
||||
description = {
|
||||
|
||||
Reference in New Issue
Block a user