From e2c4aba219337a87eb7d28d19263e36e66b2b9c4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 8 Sep 2025 08:43:32 +0200 Subject: [PATCH] build: Make CI's git hostname rewriting rules apply. * .gitmodules: Canonicalize savannah host name. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index acb26693d..009ae439e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "gnulib"] path = gnulib - url = git://git.sv.gnu.org/gnulib.git + url = git://git.savannah.gnu.org/gnulib.git -- 2.47.3