From ceaa457460ff5cb767e12d9675a3b24e6ac53e3b Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Fri, 31 Jan 2020 13:43:57 -0600 Subject: [PATCH] point the git module at the DFHack fork of the jsoncpp repository for consistency --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c643c96a7..98e06473d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,4 @@ url = ../../DFHack/scripts.git [submodule "depends/jsoncpp"] path = depends/jsoncpp-sub - url = ../../open-source-parsers/jsoncpp.git + url = ../../DFHack/jsoncpp.git