diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-11 20:01:21 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-11 20:01:21 -0500 |
commit | eb8c9f975f0105f7df40b45090f7b2c46f3ddcd3 (patch) | |
tree | 2b58845920f456bb15cd6cbf4ed1b1378b077a12 /.gitmodules | |
download | fefisms-eb8c9f975f0105f7df40b45090f7b2c46f3ddcd3.tar.gz fefisms-eb8c9f975f0105f7df40b45090f7b2c46f3ddcd3.tar.bz2 fefisms-eb8c9f975f0105f7df40b45090f7b2c46f3ddcd3.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..f4b3cdf --- /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/yaml-cpp"] | ||
5 | path = vendor/yaml-cpp | ||
6 | url = git@github.com:jbeder/yaml-cpp | ||
7 | [submodule "vendor/libtwittercpp"] | ||
8 | path = vendor/libtwittercpp | ||
9 | url = git@github.com:hatkirby/libtwittercpp | ||