Change git source for yxml submodule

Resolved issue getdnsapi/stubby#84
This commit is contained in:
Willem Toorop 2018-03-09 11:37:37 +01:00
parent ef0a77e061
commit 3d2ac4c16c
1 changed files with 3 additions and 1 deletions

4
.gitmodules vendored
View File

@ -4,7 +4,8 @@
branch = getdns branch = getdns
[submodule "src/yxml"] [submodule "src/yxml"]
path = src/yxml path = src/yxml
url = git://g.blicky.net/yxml.git url = https://github.com/getdnsapi/yxml.git
branch = master
[submodule "stubby"] [submodule "stubby"]
path = stubby path = stubby
url = https://github.com/getdnsapi/stubby.git url = https://github.com/getdnsapi/stubby.git
@ -12,3 +13,4 @@
[submodule "src/ssl_dane"] [submodule "src/ssl_dane"]
path = src/ssl_dane path = src/ssl_dane
url = https://github.com/getdnsapi/ssl_dane url = https://github.com/getdnsapi/ssl_dane
branch = getdns