Merge pull request #1261 from BenLubar/pull-request-test

Replace submodule URLs with relative URLs so they will be downloaded via the same transport as the main repo (HTTPS or SSH, usually)
develop
Ben Lubar 2018-04-24 11:41:21 -05:00 committed by GitHub
commit 69373e367c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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