diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-12-20 13:07:24 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-12-20 13:07:24 -0500 |
commit | d1d20515281e32b23657762e72bf37dcff14f0ab (patch) | |
tree | ce533090c1f5bcf8b3bab2abab6e059e289b3ec4 /.gitmodules | |
parent | cca42fc5c464d452386e92a751502e9668a5444b (diff) | |
download | libtwittercpp-d1d20515281e32b23657762e72bf37dcff14f0ab.tar.gz libtwittercpp-d1d20515281e32b23657762e72bf37dcff14f0ab.tar.bz2 libtwittercpp-d1d20515281e32b23657762e72bf37dcff14f0ab.zip |
Switched back to upstream curlcpp because my pull request was merged
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9ad89e7..4f1abfd 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -3,4 +3,4 @@ | |||
3 | url = https://github.com/hatkirby/liboauthcpp | 3 | url = https://github.com/hatkirby/liboauthcpp |
4 | [submodule "vendor/curlcpp"] | 4 | [submodule "vendor/curlcpp"] |
5 | path = vendor/curlcpp | 5 | path = vendor/curlcpp |
6 | url = https://github.com/hatkirby/curlcpp | 6 | url = https://github.com/JosephP91/curlcpp |