forked from github/server
fix travis build, bad gitmodules urls
This commit is contained in:
parent
3a438ffd4f
commit
afeae5ff2b
1 changed files with 10 additions and 10 deletions
20
.gitmodules
vendored
20
.gitmodules
vendored
|
@ -1,31 +1,31 @@
|
||||||
[submodule "lunit"]
|
[submodule "lunit"]
|
||||||
path = lunit
|
path = lunit
|
||||||
url = git@github.com:ennorehling/lunit.git
|
url = https://github.com/ennorehling/lunit.git
|
||||||
[submodule "cmake"]
|
[submodule "cmake"]
|
||||||
path = cmake
|
path = cmake
|
||||||
url = git@github.com:ennorehling/cmake.git
|
url = https://github.com/ennorehling/cmake.git
|
||||||
[submodule "quicklist"]
|
[submodule "quicklist"]
|
||||||
path = quicklist
|
path = quicklist
|
||||||
url = git@github.com:ennorehling/quicklist.git
|
url = https://github.com/ennorehling/quicklist.git
|
||||||
[submodule "critbit"]
|
[submodule "critbit"]
|
||||||
path = critbit
|
path = critbit
|
||||||
url = git@github.com:ennorehling/critbit.git
|
url = https://github.com/ennorehling/critbit.git
|
||||||
[submodule "dlmalloc"]
|
[submodule "dlmalloc"]
|
||||||
path = dlmalloc
|
path = dlmalloc
|
||||||
url = git@github.com:ennorehling/dlmalloc.git
|
url = https://github.com/ennorehling/dlmalloc.git
|
||||||
[submodule "cutest"]
|
[submodule "cutest"]
|
||||||
path = cutest
|
path = cutest
|
||||||
url = git@github.com:ennorehling/cutest.git
|
url = https://github.com/ennorehling/cutest.git
|
||||||
[submodule "iniparser"]
|
[submodule "iniparser"]
|
||||||
path = iniparser
|
path = iniparser
|
||||||
url = git@github.com:ennorehling/iniparser.git
|
url = https://github.com/ennorehling/iniparser.git
|
||||||
[submodule "cJSON"]
|
[submodule "cJSON"]
|
||||||
path = cJSON
|
path = cJSON
|
||||||
url = git@github.com:ennorehling/cJSON.git
|
url = https://github.com/ennorehling/cJSON.git
|
||||||
[submodule "storage"]
|
[submodule "storage"]
|
||||||
path = storage
|
path = storage
|
||||||
url = git@github.com:ennorehling/storage.git
|
url = https://github.com/ennorehling/storage.git
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "tolua"]
|
[submodule "tolua"]
|
||||||
path = tolua
|
path = tolua
|
||||||
url = git@github.com:ennorehling/tolua.git
|
url = https://github.com/ennorehling/tolua.git
|
||||||
|
|
Loading…
Reference in a new issue