diff options
author | van Hauser <vh@thc.org> | 2021-11-21 13:28:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 13:28:45 +0100 |
commit | 4434aa103c11cee18d2cbd4eb6ba32c00bbc14ca (patch) | |
tree | 7fc8fbf419b9c8a95155c726b00e53ed7c8d0bcf | |
parent | 581cb16965a2a6aa33c052afb936e5d4a5c65ad7 (diff) | |
parent | de027b3b6b92723b9561137795ac38f57eebc9ad (diff) | |
download | afl++-4434aa103c11cee18d2cbd4eb6ba32c00bbc14ca.tar.gz |
Merge pull request #1173 from retrage/retrage/coresight-mode-pr
coresight_mode: Change to use https for submodule URLs
-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 |