summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authordns2utf8 <dns2utf8@users.noreply.github.com>2017-01-12 19:51:48 +0100
committerMegan Wachs <megan@sifive.com>2017-01-12 10:51:48 -0800
commitb2ed074984f45dcaa66d2a31d3a1c9d0f1cc8321 (patch)
treeb34fa2d6bfaf6ccf55863c56a32a8a00a86b01e8 /.gitmodules
parent3d19e53e38d0e3f3785f159dd08668ab50e11e5a (diff)
Use HTTPS when possible and speedup the first build (#40)
* Use HTTPS when ever possible and speedup the first build * Use HTTPS for submodules * Change $(nproc) to a text * minor grammar changes
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 5be7ee5..36bec08 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "openocd"]
path = openocd
- url = http://github.com/sifive/openocd.git
+ url = https://github.com/sifive/openocd.git
[submodule "riscv-gnu-toolchain"]
path = riscv-gnu-toolchain
- url = http://github.com/riscv/riscv-gnu-toolchain.git
+ url = https://github.com/riscv/riscv-gnu-toolchain.git