diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-25 17:48:13 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2018-03-25 17:48:13 -0400 |
commit | cf2323aa9ead54b05b8d0e04cef2bb7a5d0beba0 (patch) | |
tree | 0283007cb2f47ecf33349f17a6867d5e958c8da7 /.gitmodules | |
parent | 2d8c8b0d8827159edcabd3a8665f45ef65cb3153 (diff) | |
download | toldya-cf2323aa9ead54b05b8d0e04cef2bb7a5d0beba0.tar.gz toldya-cf2323aa9ead54b05b8d0e04cef2bb7a5d0beba0.tar.bz2 toldya-cf2323aa9ead54b05b8d0e04cef2bb7a5d0beba0.zip |
Removed yaml-cpp submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 8544219..e1d506f 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -1,6 +1,3 @@ | |||
1 | [submodule "vendor/libtwittercpp"] | 1 | [submodule "vendor/libtwittercpp"] |
2 | path = vendor/libtwittercpp | 2 | path = vendor/libtwittercpp |
3 | url = https://github.com/hatkirby/libtwittercpp | 3 | url = https://github.com/hatkirby/libtwittercpp |
4 | [submodule "vendor/yaml-cpp"] | ||
5 | path = vendor/yaml-cpp | ||
6 | url = https://github.com/jbeder/yaml-cpp | ||