From 1b9e59aa21674d2f924552507826d83ff31635e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Wed, 1 Oct 2025 17:46:16 +0100 Subject: [PATCH] feat(submodules): Use HTTPS URL instead of SSH. As suggested in: https://stackoverflow.com/a/50299434/11442904 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b5f9efb..eee81e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "submodules/OpenSBI"] path = submodules/OpenSBI - url = git@github.com:riscv-software-src/opensbi.git + url = https://github.com/riscv-software-src/opensbi.git