pcbjam/.gitmodules
Viktor Vaczi ba3ba37c4d 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>
2026-06-10 12:51:55 +02:00

12 lines
389 B
Text

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