Replace submodule URLs with relative URLs

They will be downloaded via the same transport as the main repo (HTTPS or SSH, usually)
develop
Ben Lubar 2018-04-23 16:56:27 -05:00
parent a708b0b303
commit 8f609d0ddf
No known key found for this signature in database
GPG Key ID: 018BAB45DB2D2B24
1 changed files with 5 additions and 5 deletions

10
.gitmodules vendored

@ -1,15 +1,15 @@
[submodule "plugins/stonesense"]
path = plugins/stonesense
url = git://github.com/DFHack/stonesense.git
url = ../../DFHack/stonesense.git
[submodule "plugins/isoworld"]
path = plugins/isoworld
url = git://github.com/DFHack/isoworld.git
url = ../../DFHack/isoworld.git
[submodule "library/xml"]
path = library/xml
url = git://github.com/DFHack/df-structures.git
url = ../../DFHack/df-structures.git
[submodule "depends/clsocket"]
path = depends/clsocket
url = git://github.com/DFHack/clsocket.git
url = ../../DFHack/clsocket.git
[submodule "scripts2"]
path = scripts
url = git://github.com/dfhack/scripts.git
url = ../../DFHack/scripts.git