fix: use HTTPS submodule URLs so the repo clones anonymously

The Terms of Service's GPLv3 corresponding-source offer points at this
repo; with SSH submodule URLs, `git clone --recursive` fails for anyone
without a GitHub account. HTTPS URLs work for everyone (pushes still go
over SSH via insteadOf, if configured).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Viktor Vaczi 2026-06-10 12:51:55 +02:00
commit ba3ba37c4d

6
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "kicad"]
path = kicad
url = git@github.com:emergence-engineering/kicad-source-mirror.git
url = https://github.com/emergence-engineering/kicad-source-mirror.git
branch = wasm-port
[submodule "wxwidgets"]
path = wxwidgets
url = git@github.com:emergence-engineering/wxWidgets.git
url = https://github.com/emergence-engineering/wxWidgets.git
branch = wasm-port
[submodule "web/pcbjam-shared"]
path = web/pcbjam-shared
url = git@github.com:emergence-engineering/pcbjam-shared.git
url = https://github.com/emergence-engineering/pcbjam-shared.git
branch = main