From 341382c7c656350bb89b7b602084c5e0a8fa7d8f Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 13 Jul 2023 20:42:37 -0400 Subject: [PATCH] Update .gitmodules URI for Gnulib. Apparently the https://git.savannah.gnu.org/r/gnulib.git location doesn't support the smart protocol over HTTP, but /git/gnulib.git does. Weird. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 742c1f9..c2e6052 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gnulib"] path = gnulib - url = https://git.savannah.gnu.org/r/gnulib.git + url = https://git.savannah.gnu.org/git/gnulib.git [submodule "common"] path = common url = https://git.draconx.ca/dxcommon.git -- 2.43.2