From d29bb13c4a4d228213b897f9dcd45b6e7ee2c37b Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Sun, 28 Nov 2021 22:26:29 +0000 Subject: [PATCH] Replace SSH submodule URLs with HTTPS, oops --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 27a0742..231c8b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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