From de027b3b6b92723b9561137795ac38f57eebc9ad Mon Sep 17 00:00:00 2001 From: Akira Moroo Date: Sun, 21 Nov 2021 11:42:53 +0900 Subject: coresight_mode: Change to use https for submodule URLs Signed-off-by: Akira Moroo --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index cd9d73e9..6569c0b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,4 +18,4 @@ url = https://github.com/NixOS/patchelf.git [submodule "coresight_mode/coresight-trace"] path = coresight_mode/coresight-trace - url = git@github.com:RICSecLab/coresight-trace.git + url = https://github.com/RICSecLab/coresight-trace.git -- cgit 1.4.1