about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 037e2c6..581c545 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,6 @@
1[submodule "vendor/twitcurl"] 1[submodule "vendor/twitcurl"]
2 path = vendor/twitcurl 2 path = vendor/twitcurl
3 url = https://github.com/swatkat/twitcurl 3 url = https://github.com/swatkat/twitcurl
4[submodule "vendor/yaml-cpp"]
5 path = vendor/yaml-cpp
6 url = https://github.com/jbeder/yaml-cpp