This commit is contained in:
Enno Rehling 2016-09-11 11:07:13 +02:00
commit aeaa96f026
1 changed files with 10 additions and 10 deletions

20
.gitmodules vendored
View File

@ -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