From 8867e14e8c3d0e4cbd333f8ca0c0d8221e2ae5f9 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Mon, 28 Oct 2019 10:47:11 +0000 Subject: [PATCH] As with ssl_dane, temporarily point at different upstream repo for stubby to get the required change. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 28d6a265..06c607c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,8 +8,8 @@ branch = master [submodule "stubby"] path = stubby - url = https://github.com/getdnsapi/stubby.git - branch = develop + url = https://github.com/banburybill/stubby.git + branch = feature/cmake2 [submodule "src/ssl_dane"] path = src/ssl_dane url = https://github.com/banburybill/ssl_dane