Skip to content

Commit bc1e5b5

Browse files
committed
Submodules should use HTTPS git repo urls
1 parent 7bea39e commit bc1e5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "libraries/RTCZero"]
22
path = libraries/RTCZero
3-
url = git@github.com:femtoduino/RTCZero.git
3+
url = https://github.com/femtoduino/RTCZero.git
44
[submodule "libraries/atmel-lwm"]
55
path = libraries/atmel-lwm
6-
url = git@github.com:femtoduino/library-atmel-lwm.git
6+
url = https://github.com/femtoduino/library-atmel-lwm.git

0 commit comments

Comments
 (0)