As with ssl_dane, temporarily point at different upstream repo for stubby to get the required change.

This commit is contained in:
Jim Hague 2019-10-28 10:47:11 +00:00
parent 69ab8adb12
commit 8867e14e8c
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -8,8 +8,8 @@
branch = master branch = master
[submodule "stubby"] [submodule "stubby"]
path = stubby path = stubby
url = https://github.com/getdnsapi/stubby.git url = https://github.com/banburybill/stubby.git
branch = develop branch = feature/cmake2
[submodule "src/ssl_dane"] [submodule "src/ssl_dane"]
path = src/ssl_dane path = src/ssl_dane
url = https://github.com/banburybill/ssl_dane url = https://github.com/banburybill/ssl_dane