mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-29 11:03:42 +00:00
use https instead of ssh auth on submodules
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,8 +1,8 @@
|
|||||||
[submodule "CommonLibs"]
|
[submodule "CommonLibs"]
|
||||||
path = CommonLibs
|
path = CommonLibs
|
||||||
url = git@github.com:RangeNetworks/CommonLibs.git
|
url = https://github.com/RangeNetworks/CommonLibs.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "NodeManager"]
|
[submodule "NodeManager"]
|
||||||
path = NodeManager
|
path = NodeManager
|
||||||
url = git@github.com:RangeNetworks/NodeManager.git
|
url = https://github.com/RangeNetworks/NodeManager.git
|
||||||
branch = master
|
branch = master
|
||||||
|
|||||||
Reference in New Issue
Block a user