use https instead of ssh auth on submodules

This commit is contained in:
Michael Iedema
2015-01-28 12:02:07 +01:00
parent d2b84104f8
commit 925f0790b0

4
.gitmodules vendored
View File

@@ -1,8 +1,8 @@
[submodule "CommonLibs"]
path = CommonLibs
url = git@github.com:RangeNetworks/CommonLibs.git
url = https://github.com/RangeNetworks/CommonLibs.git
branch = master
[submodule "NodeManager"]
path = NodeManager
url = git@github.com:RangeNetworks/NodeManager.git
url = https://github.com/RangeNetworks/NodeManager.git
branch = master