diff options
author | Determinant <[email protected]> | 2016-03-05 15:30:19 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2016-03-05 15:30:19 +0800 |
commit | 968d129f1a16cde537cb1bc6061e66510c6828e7 (patch) | |
tree | 15c5d73c75c8c3da9c10dd7d59057bbaaf2e8363 /.gitmodules | |
parent | 9cd8013b14aec72f6284ecb2f005b3845ed069a2 (diff) |
switch submodule repos to mirrored ones
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index acce7f3..2b346c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "luajit-2.0"] path = luajit-2.0 - url = http://luajit.org/git/luajit-2.0.git + url = https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/luajit.git [submodule "luarocks"] path = luarocks - url = https://github.com/keplerproject/luarocks.git + url = https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/luarocks.git [submodule "Penlight"] path = Penlight - url = https://github.com/stevedonovan/Penlight.git + url = https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/Penlight.git |