Skip to content

Commit 3936b3b

Browse files
committed
Fetch submodules via HTTPS
Git has deprecated non-authenticated git: ``` fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ```
1 parent 2095fd4 commit 3936b3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "src/qzmq"]
22
path = src/qzmq
3-
url = git://github.com/jkarneges/qzmq.git
3+
url = https://github.com/jkarneges/qzmq.git
44
[submodule "src/common"]
55
path = src/common
6-
url = git://github.com/fanout/common.git
6+
url = https://github.com/fanout/common.git
77
[submodule "src/jdns"]
88
path = src/jdns
9-
url = git://github.com/psi-im/jdns.git
9+
url = https://github.com/psi-im/jdns.git

0 commit comments

Comments
 (0)