openpencil/.gitmodules
Kayshen-X 8dc7d8e276 chore: fetch the jian submodule over https
vendor/jian's submodule url was ssh-only while the repo is public — a plain
git clone --recurse-submodules failed for anyone without a GitHub ssh key
(CI never noticed: actions/checkout token-rewrites ssh urls). Point it at
the public https url like the other two submodules.
2026-07-03 22:18:29 +08:00

11 lines
311 B
Plaintext

[submodule "vendor/agent"]
path = vendor/agent
url = https://github.com/ZSeven-W/agent-rs.git
[submodule "vendor/jian"]
path = vendor/jian
url = https://github.com/ZSeven-W/jian.git
[submodule "vendor/casement"]
path = vendor/casement
url = https://github.com/ZSeven-W/casement.git
branch = op-file-open