diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-29 09:55:03 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-29 09:55:03 -0400 |
commit | 0bb6d64c929b237278abf2565b6eb9f5f85fcd37 (patch) | |
tree | cff1e8508faffa1b3ec928d582b5a3e1a3785334 /.gitmodules | |
download | capital-0bb6d64c929b237278abf2565b6eb9f5f85fcd37.tar.gz capital-0bb6d64c929b237278abf2565b6eb9f5f85fcd37.tar.bz2 capital-0bb6d64c929b237278abf2565b6eb9f5f85fcd37.zip |
Created bot
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b8daec7 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,9 @@ | |||
1 | [submodule "vendor/verbly"] | ||
2 | path = vendor/verbly | ||
3 | url = git@github.com:hatkirby/verbly | ||
4 | [submodule "vendor/libtwittercpp"] | ||
5 | path = vendor/libtwittercpp | ||
6 | url = git@github.com:hatkirby/libtwittercpp.git | ||
7 | [submodule "vendor/yaml-cpp"] | ||
8 | path = vendor/yaml-cpp | ||
9 | url = git@github.com:jbeder/yaml-cpp.git | ||