diff options
author | Determinant <[email protected]> | 2015-05-29 23:16:10 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-05-29 23:16:10 +0800 |
commit | 3f9b141fde2e982a64ae20fe4735ac822f562134 (patch) | |
tree | c8f857c8de1a8456e8b422c6235fb908710b1d94 /.gitmodules | |
parent | e934b616496940bfe0924ca1992035d2346baa62 (diff) |
add submodule: speech (nerv-speech on github)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0202a2a..2bb1788 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "luajit-2.0"] path = luajit-2.0 url = http://luajit.org/git/luajit-2.0.git +[submodule "nerv-speech"] + path = nerv-speech + url = https://github.com/Determinant/nerv-speech.git +[submodule "speech"] + path = speech + url = https://github.com/Determinant/nerv-speech.git |