Skip to content

Commit

Permalink
git: replace git:// URLs for submodules with https
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Nov 2, 2021
1 parent 70605fd commit 8f3dd40
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8f3dd40

Please sign in to comment.