From ce7f42f1f3a45b9167a9cc4e85e1bc4488013c70 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 26 Mar 2016 09:42:45 -0400 Subject: Initial commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..16192d6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "vendor/verbly"] + path = vendor/verbly + url = https://github.com/hatkirby/verbly +[submodule "vendor/twitcurl"] + path = vendor/twitcurl + url = https://github.com/swatkat/twitcurl -- cgit 1.4.1