From 8f3dd4046d52a20e94dd9becf4c204c16353435b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2021 16:41:18 +1100 Subject: [PATCH] git: replace git:// URLs for submodules with https --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitmodules b/.gitmodules index 91f25ba04b7c7..4c17390ea1cf9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "modules/uavcan"] path = modules/uavcan - url = git://github.com/DroneCAN/libuavcan.git + url = https://github.com/DroneCAN/libuavcan.git [submodule "modules/waf"] path = modules/waf - url = git://github.com/ArduPilot/waf.git + url = https://github.com/ArduPilot/waf.git [submodule "modules/gbenchmark"] path = modules/gbenchmark - url = git://github.com/google/benchmark.git + url = https://github.com/google/benchmark.git [submodule "modules/mavlink"] path = modules/mavlink - url = git://github.com/ArduPilot/mavlink + url = https://github.com/ArduPilot/mavlink [submodule "gtest"] path = modules/gtest - url = git://github.com/ArduPilot/googletest + url = https://github.com/ArduPilot/googletest [submodule "modules/ChibiOS"] path = modules/ChibiOS - url = git://github.com/ArduPilot/ChibiOS.git + url = https://github.com/ArduPilot/ChibiOS.git [submodule "modules/libcanard"] path = modules/libcanard - url = git://github.com/ArduPilot/libcanard.git + url = https://github.com/ArduPilot/libcanard.git [submodule "modules/gsoap"] path = modules/gsoap url = https://github.com/ArduPilot/gsoap @@ -30,10 +30,10 @@ url = https://github.com/ardupilot/canard_dsdlc [submodule "modules/DroneCAN/DSDL"] path = modules/DroneCAN/DSDL - url = git://github.com/DroneCAN/DSDL.git + url = https://github.com/DroneCAN/DSDL.git [submodule "modules/CrashDebug"] path = modules/CrashDebug url = https://github.com/adamgreen/CrashDebug [submodule "modules/esp_idf"] path = modules/esp_idf - url = git://github.com/espressif/esp-idf.git + url = https://github.com/espressif/esp-idf.git