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>
12 lines
389 B
Text
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
|