From ff75036545c46eaef1a598dfef69511b720ba67b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 17 Nov 2022 18:24:11 +0000 Subject: [PATCH] .gitmodules: Temporarily fetch from my Github fork of v-s-c gitlab.gnome.org is currently down, so use a mirror. The specific commit we are using has not changed. Signed-off-by: Simon McVittie (cherry picked from commit bdfebb44da96a5fd4df745f4f53161e08e2927b2) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 81086783..4fb9914f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,4 +12,4 @@ branch = main [submodule "variant-schema-compiler"] path = subprojects/variant-schema-compiler - url = https://gitlab.gnome.org/alexl/variant-schema-compiler.git + url = https://github.com/smcv/variant-schema-compiler.git