Replace SSH submodule URLs with HTTPS, oops

This commit is contained in:
Luke Wren 2021-11-28 22:26:29 +00:00
parent 94a3d43f27
commit d29bb13c4a
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -15,7 +15,7 @@
url = https://github.com/Wren6991/libfpga.git
[submodule "test/sim/riscv-tests/riscv-tests"]
path = test/sim/riscv-tests/riscv-tests
url = git@github.com:Wren6991/riscv-tests.git
url = https://github.com/Wren6991/riscv-tests.git
[submodule "test/sim/embench/embench-iot"]
path = test/sim/embench/embench-iot
url = git@github.com:Wren6991/embench-iot.git
url = https://github.com/Wren6991/embench-iot.git