Fix installation from LuaRocks (for real this time) (#32)
* change `https` in the source url to `git`
This commit is contained in:
parent
4132364a58
commit
88ca996acd
|
@ -1,8 +1,8 @@
|
|||
package = "bling"
|
||||
version = "scm-2"
|
||||
version = "scm-3"
|
||||
|
||||
source = {
|
||||
url = "https://github.com/Nooo37/bling",
|
||||
url = "git://github.com/Nooo37/bling",
|
||||
branch = "master",
|
||||
}
|
||||
|
Loading…
Reference in New Issue