Update git modules paths (git@ -> https:) to clone without ssh-key.
This commit is contained in:
parent
8f213ec8f1
commit
097e41f370
|
@ -1,6 +1,6 @@
|
||||||
[submodule "cmake"]
|
[submodule "cmake"]
|
||||||
path = cmake/backbone
|
path = cmake/backbone
|
||||||
url = git@git.backbone.ws:kolan/cmake.backbone.git
|
url = https://git.backbone.ws/kolan/cmake.backbone.git
|
||||||
[submodule "util/backbone"]
|
[submodule "util/backbone"]
|
||||||
path = util/backbone
|
path = util/backbone
|
||||||
url = git@git.backbone.ws:kolan/cmake.backbone-utils.git
|
url = https://git.backbone.ws/kolan/cmake.backbone-utils.git
|
||||||
|
|
Loading…
Reference in New Issue