diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-20 17:42:33 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-05-20 17:42:33 -0400 |
| commit | a670cc63d0becc0ac24357747aa63acfb30b6675 (patch) | |
| tree | 94f7c4611512581cd0ab74bf9cbcab72258345c7 /.gitmodules | |
| parent | d458c695e526e37059786821704527501ca04042 (diff) | |
| download | rawr-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-- | .gitmodules | 6 |
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 | ||
