aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-04 00:59:32 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-04 00:59:32 +0100
commit81b2d1591d348ee7972d174a2ba2dee8dc7cea96 (patch)
tree078dc35034b2dfdfdc7d849bad136b210390de87 /.gitmodules
parentd4eae8dfc1fcf68e198205b9bab7574b4c17cc66 (diff)
downloadYAGE-81b2d1591d348ee7972d174a2ba2dee8dc7cea96.tar.gz
YAGE-81b2d1591d348ee7972d174a2ba2dee8dc7cea96.zip
Adding rapidjson
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index a14871fc..4c4e97f3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,7 +2,7 @@
path = lib/googletest
url = https://github.com/google/googletest
branch = master
-[submodule "lib/yajl"]
- path = lib/yajl
- url = git://github.com/lloyd/yajl
+[submodule "lib/rapidjson"]
+ path = lib/rapidjson
+ url = https://github.com/miloyip/rapidjson
branch = master