We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ce310 commit 008b10fCopy full SHA for 008b10f
.gitmodules
@@ -1,9 +1,9 @@
1
[submodule "example/lib/spdlog"]
2
path = example/lib/spdlog
3
- url = git@github.com:gabime/spdlog.git
+ url = https://github.com/gabime/spdlog.git
4
[submodule "example/lib/msgpack-c"]
5
path = example/lib/msgpack-c
6
- url = git@github.com:msgpack/msgpack-c.git
+ url = https://github.com/msgpack/msgpack-c.git
7
[submodule "example/lib/libzmq"]
8
path = example/lib/libzmq
9
- url = git@github.com:zeromq/libzmq.git
+ url = https://github.com/zeromq/libzmq.git
0 commit comments