mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix(lua): fetch from remote
This commit is contained in:
parent
95c9897b10
commit
de9c424e2f
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
package = "codemp"
|
package = "codemp"
|
||||||
version = "0.0.1-1"
|
version = "0.0.1-2"
|
||||||
|
|
||||||
source = {
|
source = {
|
||||||
-- url = "git+https://github.com/hexedtech/codemp",
|
url = "git+https://github.com/hexedtech/codemp",
|
||||||
url = "git+file:///home/alemi/source/work/codemp/lib",
|
branch = "dev",
|
||||||
branch = "ci",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
Loading…
Reference in a new issue