Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 5c2527e

Browse files
committed
Stop using unencrypted git protocol
GitHub is removing support for unencrypted git soon: https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 0ed298d commit 5c2527e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "dep/debugger-libs"]
22
path = dep/debugger-libs
3-
url = git://github.com/mono/debugger-libs
3+
url = https://github.com/mono/debugger-libs
44
[submodule "dep/nrefactory"]
55
path = dep/nrefactory
6-
url = git://github.com/icsharpcode/NRefactory.git
6+
url = https://github.com/icsharpcode/NRefactory.git

0 commit comments

Comments
 (0)