From 0d020d2815f6c07bdec99db7b58a698e488a20c4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 27 Mar 2022 20:33:09 -0400 Subject: [PATCH] Remove .git for the submodule path This seems to be supported everywhere anyway, sourcehut doesn't like the .git extension --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index db68362..b731962 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "external/libxiv"] path = external/libxiv - url = ../libxiv.git + url = ../libxiv