From 3d2ac4c16c9c874cf12998f6d5b5f352546d00d2 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 9 Mar 2018 11:37:37 +0100 Subject: [PATCH] Change git source for yxml submodule Resolved issue getdnsapi/stubby#84 --- .gitmodules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dc06b68a..26a1f354 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,8 @@ branch = getdns [submodule "src/yxml"] path = src/yxml - url = git://g.blicky.net/yxml.git + url = https://github.com/getdnsapi/yxml.git + branch = master [submodule "stubby"] path = stubby url = https://github.com/getdnsapi/stubby.git @@ -12,3 +13,4 @@ [submodule "src/ssl_dane"] path = src/ssl_dane url = https://github.com/getdnsapi/ssl_dane + branch = getdns