Skip to content

Commit 008b10f

Browse files
author
Isaac Poulton
authored
Use HTTPS for cloning submodules
1 parent 37ce310 commit 008b10f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "example/lib/spdlog"]
22
path = example/lib/spdlog
3-
url = git@github.com:gabime/spdlog.git
3+
url = https://github.com/gabime/spdlog.git
44
[submodule "example/lib/msgpack-c"]
55
path = example/lib/msgpack-c
6-
url = git@github.com:msgpack/msgpack-c.git
6+
url = https://github.com/msgpack/msgpack-c.git
77
[submodule "example/lib/libzmq"]
88
path = example/lib/libzmq
9-
url = git@github.com:zeromq/libzmq.git
9+
url = https://github.com/zeromq/libzmq.git

0 commit comments

Comments
 (0)