From 01ec9865a180d80c99522dc3f0bb70a1cd07d98d Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Wed, 2 May 2018 18:45:01 +0200 Subject: [PATCH] third_party: use fork of json11 so that it builds as a static lib --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4a1d638be6..60fd446d7c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,4 +19,4 @@ ignore = dirty [submodule "json11"] path = plugins/mission/third_party/json11 - url = https://github.com/dropbox/json11 + url = https://github.com/dronecore/json11