From 9294dc7c6864ddb6f7733b24a326a75a28535206 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 18 Oct 2023 16:45:36 -0700 Subject: [PATCH] fix: Use stable GitHub mirror for libxml2 source (#1286) The upstream repo at gnome.org sometimes fails in CI --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 235aea0941..c4ffadcbec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ url = https://github.com/webmproject/libwebm [submodule "packager/third_party/libxml2/source"] path = packager/third_party/libxml2/source - url = https://gitlab.gnome.org/GNOME/libxml2 + url = https://github.com/GNOME/libxml2 [submodule "packager/third_party/protobuf/source"] path = packager/third_party/protobuf/source url = https://github.com/protocolbuffers/protobuf