diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-17 14:37:47 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-03-17 14:37:47 -0400 |
commit | 1b78c44442cd578bad394bf6cbfabd4af637ca4b (patch) | |
tree | da3b4fa5b486515620518918cc13139389048e4b /.gitmodules | |
parent | be38bfeda5b4970b22454ec60f26c326395818ae (diff) | |
download | nancy-1b78c44442cd578bad394bf6cbfabd4af637ca4b.tar.gz nancy-1b78c44442cd578bad394bf6cbfabd4af637ca4b.tar.bz2 nancy-1b78c44442cd578bad394bf6cbfabd4af637ca4b.zip |
Updated to use verbly
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 581c545..253a6d8 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -4,3 +4,6 @@ | |||
4 | [submodule "vendor/yaml-cpp"] | 4 | [submodule "vendor/yaml-cpp"] |
5 | path = vendor/yaml-cpp | 5 | path = vendor/yaml-cpp |
6 | url = https://github.com/jbeder/yaml-cpp | 6 | url = https://github.com/jbeder/yaml-cpp |
7 | [submodule "vendor/verbly"] | ||
8 | path = vendor/verbly | ||
9 | url = https://github.com/hatkirby/verbly | ||