Skip to content

Commit

Permalink
.gitmodules: use https urls for all public repos
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Sep 10, 2024
1 parent 3aee045 commit f447c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
shallow = true
[submodule "components/autopilot/ardupilot"]
path = components/autopilot/ardupilot
url = git@github.com:ArduPilot/ardupilot.git
url = https://github.com/ArduPilot/ardupilot.git
[submodule "components/message_bus/czmq"]
path = components/message_bus/czmq
url = git@github.com:zeromq/czmq.git
url = https://github.com/zeromq/czmq.git
[submodule "src/pkvm_setup/vhost-device"]
path = src/pkvm_setup/vhost-device
url = [email protected]:GaloisInc/verse-vhost-device.git
Expand Down

0 comments on commit f447c0c

Please sign in to comment.