Skip to content

Commit f21c58d

Browse files
committed
build: use https for gitsubmodules
1 parent d34d074 commit f21c58d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitmodules

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
[submodule "runtime/raygui"]
1212
path = compiler/runtime/raygui
1313
url = https://github.com/raysan5/raygui.git
14-
[submodule "compiler/runtime/net/mongoose"]
15-
path = compiler/runtime/net/mongoose
16-
url = [email protected]:cesanta/mongoose.git
1714
[submodule "compiler/3rd/reproc"]
1815
path = compiler/3rd/reproc
19-
url = git@github.com:DaanDeMeyer/reproc.git
16+
url = https://github.com/DaanDeMeyer/reproc.git
2017
[submodule "compiler/runtime/net/mbedtls"]
2118
path = compiler/runtime/net/mbedtls
22-
url = [email protected]:Mbed-TLS/mbedtls.git
19+
url = https://github.com/Mbed-TLS/mbedtls.git
20+
[submodule "compiler/runtime/net/mongoose"]
21+
path = compiler/runtime/net/mongoose
22+
url = https://github.com/cesanta/mongoose.git

0 commit comments

Comments
 (0)