We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34d074 commit f21c58dCopy full SHA for f21c58d
.gitmodules
@@ -11,12 +11,12 @@
11
[submodule "runtime/raygui"]
12
path = compiler/runtime/raygui
13
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
17
[submodule "compiler/3rd/reproc"]
18
path = compiler/3rd/reproc
19
- url = git@github.com:DaanDeMeyer/reproc.git
+ url = https://github.com/DaanDeMeyer/reproc.git
20
[submodule "compiler/runtime/net/mbedtls"]
21
path = compiler/runtime/net/mbedtls
22
- url = [email protected]:Mbed-TLS/mbedtls.git
+ url = https://github.com/Mbed-TLS/mbedtls.git
+[submodule "compiler/runtime/net/mongoose"]
+ path = compiler/runtime/net/mongoose
+ url = https://github.com/cesanta/mongoose.git
0 commit comments