From 40d606890bfebb892f75dfa120a667f488c409d6 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 4 Oct 2025 13:54:22 -0400 Subject: [PATCH] [repos] wayland-protocols: switch to a mirror on GitHub anongit.freedesktop.org has unfortunately been very flaky in our CI pipelines and causing builds to fail. I am running my own mirror which syncs from the official FreeDesktop GitLab instance to GitHub, which should allow CI pipelines to continue working on the last available release should the GitLab sync fail. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d2ebf4b5..839d3ae9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/cimgui/cimgui.git [submodule "repos/wayland-protocols"] path = repos/wayland-protocols - url = https://anongit.freedesktop.org/git/wayland/wayland-protocols + url = https://github.com/quantum5/wayland-protocols.git [submodule "repos/nanosvg"] path = repos/nanosvg url = https://github.com/memononen/nanosvg.git