chore: use https git url for vtebench submodule

Means that an SSH key is not required to clone the public submodule.
This commit is contained in:
Leroy Hopson 2025-06-28 18:19:53 +12:00
parent 89f92f9c1e
commit 40fada0e3b
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

2
.gitmodules vendored
View file

@ -12,4 +12,4 @@
url = https://github.com/microsoft/node-pty url = https://github.com/microsoft/node-pty
[submodule "benchmark/vtebench"] [submodule "benchmark/vtebench"]
path = benchmark/vtebench path = benchmark/vtebench
url = git@github.com:alacritty/vtebench url = https://github.com/alacritty/vtebench