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 +- coresight_mode/coresight-trace | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/coresight_mode/coresight-trace b/coresight_mode/coresight-trace index ec0fd610..4f1019d9 160000 --- a/coresight_mode/coresight-trace +++ b/coresight_mode/coresight-trace @@ -1 +1 @@ -Subproject commit ec0fd6104720ac0b59967616363dc18209adc02e +Subproject commit 4f1019d903f1f657e88b3e1941168fd1ce126b85 -- cgit 1.4.1