Replace SSH submodule URLs with HTTPS, oops
This commit is contained in:
parent
94a3d43f27
commit
d29bb13c4a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue