Switch nested submodule URL ssh -> https

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.
This commit is contained in:
Tim Hadwen
2026-05-24 13:10:08 +00:00
parent cb3b65d8eb
commit 2c1420ee1c

4
.gitmodules vendored
View File

@@ -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