about summary refs log tree commit diff stats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-05-20 17:42:33 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-05-20 17:42:33 -0400
commita670cc63d0becc0ac24357747aa63acfb30b6675 (patch)
tree94f7c4611512581cd0ab74bf9cbcab72258345c7 /.gitmodules
parentd458c695e526e37059786821704527501ca04042 (diff)
downloadrawr-ebooks-a670cc63d0becc0ac24357747aa63acfb30b6675.tar.gz
rawr-ebooks-a670cc63d0becc0ac24357747aa63acfb30b6675.tar.bz2
rawr-ebooks-a670cc63d0becc0ac24357747aa63acfb30b6675.zip
Added ability for rawr ebooks to respond to tweets
Now using libtwitter++ instead of twitcurl!
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 581c545..78fd03a 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,6 +1,6 @@
1[submodule "vendor/twitcurl"]
2 path = vendor/twitcurl
3 url = https://github.com/swatkat/twitcurl
4[submodule "vendor/yaml-cpp"] 1[submodule "vendor/yaml-cpp"]
5 path = vendor/yaml-cpp 2 path = vendor/yaml-cpp
6 url = https://github.com/jbeder/yaml-cpp 3 url = https://github.com/jbeder/yaml-cpp
4[submodule "vendor/libtwittercpp"]
5 path = vendor/libtwittercpp
6 url = https://github.com/hatkirby/libtwittercpp