git: replace git:// URLs for submodules with https

This commit is contained in:
Andrew Tridgell 2021-11-02 16:41:18 +11:00
parent 70605fd3e0
commit 8f3dd4046d
1 changed files with 9 additions and 9 deletions

18
.gitmodules vendored
View File

@ -1,24 +1,24 @@
[submodule "modules/uavcan"] [submodule "modules/uavcan"]
path = modules/uavcan path = modules/uavcan
url = git://github.com/DroneCAN/libuavcan.git url = https://github.com/DroneCAN/libuavcan.git
[submodule "modules/waf"] [submodule "modules/waf"]
path = modules/waf path = modules/waf
url = git://github.com/ArduPilot/waf.git url = https://github.com/ArduPilot/waf.git
[submodule "modules/gbenchmark"] [submodule "modules/gbenchmark"]
path = modules/gbenchmark path = modules/gbenchmark
url = git://github.com/google/benchmark.git url = https://github.com/google/benchmark.git
[submodule "modules/mavlink"] [submodule "modules/mavlink"]
path = modules/mavlink path = modules/mavlink
url = git://github.com/ArduPilot/mavlink url = https://github.com/ArduPilot/mavlink
[submodule "gtest"] [submodule "gtest"]
path = modules/gtest path = modules/gtest
url = git://github.com/ArduPilot/googletest url = https://github.com/ArduPilot/googletest
[submodule "modules/ChibiOS"] [submodule "modules/ChibiOS"]
path = modules/ChibiOS path = modules/ChibiOS
url = git://github.com/ArduPilot/ChibiOS.git url = https://github.com/ArduPilot/ChibiOS.git
[submodule "modules/libcanard"] [submodule "modules/libcanard"]
path = modules/libcanard path = modules/libcanard
url = git://github.com/ArduPilot/libcanard.git url = https://github.com/ArduPilot/libcanard.git
[submodule "modules/gsoap"] [submodule "modules/gsoap"]
path = modules/gsoap path = modules/gsoap
url = https://github.com/ArduPilot/gsoap url = https://github.com/ArduPilot/gsoap
@ -30,10 +30,10 @@
url = https://github.com/ardupilot/canard_dsdlc url = https://github.com/ardupilot/canard_dsdlc
[submodule "modules/DroneCAN/DSDL"] [submodule "modules/DroneCAN/DSDL"]
path = modules/DroneCAN/DSDL path = modules/DroneCAN/DSDL
url = git://github.com/DroneCAN/DSDL.git url = https://github.com/DroneCAN/DSDL.git
[submodule "modules/CrashDebug"] [submodule "modules/CrashDebug"]
path = modules/CrashDebug path = modules/CrashDebug
url = https://github.com/adamgreen/CrashDebug url = https://github.com/adamgreen/CrashDebug
[submodule "modules/esp_idf"] [submodule "modules/esp_idf"]
path = modules/esp_idf path = modules/esp_idf
url = git://github.com/espressif/esp-idf.git url = https://github.com/espressif/esp-idf.git