From 2c1420ee1c8bdab226b7de5e189d9d69a1f61ab6 Mon Sep 17 00:00:00 2001 From: Tim Hadwen Date: Sun, 24 May 2026 13:10:08 +0000 Subject: [PATCH] Switch nested submodule URL ssh -> https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kicad-footprint-generator was referenced via SSH (git@gitlab.com:…), which fails in any CI runner that doesn't have an SSH key for gitlab.com — including the temporary Gitea runner we stood up for the keeb pipeline. The repo is public on gitlab.com, so HTTPS works unauthenticated for clones. Also normalised the tab/space mix on the branch line. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 02916e8..748a3f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "kicad-footprint-generator"] path = kicad-footprint-generator - url = git@gitlab.com:acmelon/kicad-footprint-generator.git - branch = offset_fix + url = https://gitlab.com/acmelon/kicad-footprint-generator.git + branch = offset_fix