diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-19 06:55:05 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-12-19 06:55:05 +0100 |
commit | 838eca1ee266100da43656ddaa817fc1db604294 (patch) | |
tree | cef8b5aebd25fd2022d7f7306293dc0d34e0c89d | |
parent | d489bcc2cba7c454874ae09e2e1df5d9dc6958aa (diff) |
Switching submodules to relative paths.
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 67b3589..04e2945 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "libcoro"] path = libcoro - url = git.grumpycoder.net:/pub/repo.git/libcoro + url = ../libcoro [submodule "libev"] path = libev - url = git.grumpycoder.net:/pub/repo.git/libev + url = ../libev [submodule "win32/pthreads-win32"] path = win32/pthreads-win32 - url = git.grumpycoder.net:/pub/repo.git/pthreads-win32 + url = ../pthreads-win32 [submodule "LuaJIT"] path = LuaJIT url = http://luajit.org/git/luajit-2.0.git |