diff options
author | Akira Moroo <retrage01@gmail.com> | 2021-11-21 11:42:53 +0900 |
---|---|---|
committer | Akira Moroo <retrage01@gmail.com> | 2021-11-21 11:42:53 +0900 |
commit | de027b3b6b92723b9561137795ac38f57eebc9ad (patch) | |
tree | effd18e4449b9849f8f4c90c154388ad23431e2c | |
parent | 3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (diff) | |
download | afl++-de027b3b6b92723b9561137795ac38f57eebc9ad.tar.gz |
coresight_mode: Change to use https for submodule URLs
Signed-off-by: Akira Moroo <retrage01@gmail.com>
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | coresight_mode/coresight-trace | 0 |
2 files changed, 1 insertions, 1 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 -Subproject ec0fd6104720ac0b59967616363dc18209adc02 +Subproject 4f1019d903f1f657e88b3e1941168fd1ce126b8 |