Skip to content

Commit 161d0d1

Browse files
committed
Use HTTPS for submodule URLs.
Goes easier through firewalls and also is encrypted.
1 parent 5b9589e commit 161d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "toolchains"]
22
path = toolchains
3-
url = git://github.com/mosra/toolchains.git
3+
url = https://github.com/mosra/toolchains.git

0 commit comments

Comments
 (0)