Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c254ce

Browse files
committedJun 22, 2023
submodules: use https clone
1 parent 5566aed commit 1c254ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.gitmodules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[submodule "extras/tinyusb"]
22
path = extras/tinyusb
3-
url = git@github.com:arduino/tinyusb.git
3+
url = https://github.com/arduino/tinyusb
44
[submodule "extras/uno-r4-wifi-usb-bridge"]
55
path = extras/uno-r4-wifi-usb-bridge
6-
url = git@github.com:bcmi-labs/uno-r4-wifi-usb-bridge
6+
url = https://github.com/bcmi-labs/uno-r4-wifi-usb-bridge
77
[submodule "extras/fsp"]
88
path = extras/fsp
9-
url = git@github.com:arduino/fsp.git
9+
url = https://github.com/arduino/fsp
1010
[submodule "extras/protobuf-c"]
1111
path = extras/protobuf-c
12-
url = git@github.com:protobuf-c/protobuf-c.git
12+
url = https://github.com/protobuf-c/protobuf-c
1313
[submodule "extras/tls/mbedtls"]
1414
path = extras/tls/mbedtls
15-
url = git@github.com:bcmi-labs/mbedtls.git
15+
url = https://github.com/bcmi-labs/mbedtls
1616
[submodule "extras/net/lwip"]
1717
path = extras/net/lwip
1818
url = https://git.savannah.nongnu.org/git/lwip.git

0 commit comments

Comments
 (0)
Please sign in to comment.