mirror of
https://github.com/redstrate/Novus.git
synced 2025-06-07 13:47:45 +00:00
Fix submodule paths
This commit is contained in:
parent
d12b0cd077
commit
f6845f6a6f
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,9 @@
|
||||||
[submodule "extern/libphysis"]
|
[submodule "extern/libphysis"]
|
||||||
path = extern/libphysis
|
path = extern/libphysis
|
||||||
url = ../libphysis
|
url = https://github.com/redstrate/libphysis.git
|
||||||
[submodule "extern/dxbc"]
|
[submodule "extern/dxbc"]
|
||||||
path = extern/dxbc
|
path = extern/dxbc
|
||||||
url = ../dxbc
|
url = https://codeberg.org/redstrate/dxbc.git
|
||||||
[submodule "extern/luadec51"]
|
[submodule "extern/luadec51"]
|
||||||
path = extern/luadec51
|
path = extern/luadec51
|
||||||
url = ../luadec51
|
url = https://github.com/redstrate/luadec51.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue