fix: Use stable GitHub mirror for libxml2 source (#1286)

The upstream repo at gnome.org sometimes fails in CI
This commit is contained in:
Joey Parrish 2023-10-18 16:45:36 -07:00 committed by GitHub
parent fac8acf5dd
commit 9294dc7c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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