mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-22 23:32:00 +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"]
|
||||
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
|
||||
|
Reference in New Issue
Block a user