diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-26 09:42:45 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-26 09:42:45 -0400 |
commit | ce7f42f1f3a45b9167a9cc4e85e1bc4488013c70 (patch) | |
tree | cf5d20927bc65a3a70303251ded0fb78072c642b /.gitmodules | |
download | chemist-ce7f42f1f3a45b9167a9cc4e85e1bc4488013c70.tar.gz chemist-ce7f42f1f3a45b9167a9cc4e85e1bc4488013c70.tar.bz2 chemist-ce7f42f1f3a45b9167a9cc4e85e1bc4488013c70.zip |
Initial commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..16192d6 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,6 @@ | |||
1 | [submodule "vendor/verbly"] | ||
2 | path = vendor/verbly | ||
3 | url = https://github.com/hatkirby/verbly | ||
4 | [submodule "vendor/twitcurl"] | ||
5 | path = vendor/twitcurl | ||
6 | url = https://github.com/swatkat/twitcurl | ||