Browse Source

Use HTTPS for submodule URLs.

Goes easier through firewalls and also is encrypted.
pull/331/head
Vladimír Vondruš 7 years ago
parent
commit
0c33aeca9e
  1. 2
      .gitmodules

2
.gitmodules vendored

@ -1,3 +1,3 @@
[submodule "toolchains"]
path = toolchains
url = git://github.com/mosra/toolchains.git
url = https://github.com/mosra/toolchains.git

Loading…
Cancel
Save