mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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"
|
||||
version = "0.0.1-1"
|
||||
version = "0.0.1-2"
|
||||
|
||||
source = {
|
||||
-- url = "git+https://github.com/hexedtech/codemp",
|
||||
url = "git+file:///home/alemi/source/work/codemp/lib",
|
||||
branch = "ci",
|
||||
url = "git+https://github.com/hexedtech/codemp",
|
||||
branch = "dev",
|
||||
}
|
||||
|
||||
dependencies = {
|
Loading…
Reference in a new issue