chore: use https for git submodules to use CA PKI instead of SSH TOFU (#1553)

Defaulting to HTTPS for submodule is more user-friendly.
This commit is contained in:
nxxxse 2025-02-01 15:45:33 +01:00 committed by GitHub
parent f87cc613ab
commit 588e421040
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "build-docs"]
path = build-docs
url = git@github.com:philclifford/quickemu-docs.git
url = https://github.com/philclifford/quickemu-docs.git