diff options
author | Rob Austein <sra@hactrn.net> | 2021-10-10 18:07:07 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-10-10 18:07:07 -0400 |
commit | 32679d5b5112b07b74d3770e8ff688fd95a562fe (patch) | |
tree | 9d12fdea54d0478aec493d5bdcc51a0d5113618d | |
parent | 0e8cbe8f56aef78acb33c150bfbe37d7f90d2849 (diff) |
Fix HTTP URLs
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index cce38ea..7c58aad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,7 +75,7 @@ url = https://git.cryptech.is/core/lib.git [submodule "source/core/math/modexpng"] path = source/core/math/modexpng - url = http://git.cryptech.is/core/math/modexpng.git + url = https://git.cryptech.is/core/math/modexpng.git [submodule "source/core/util/keywrap"] path = source/core/util/keywrap - url = http://git.cryptech.is/core/util/keywrap.git + url = https://git.cryptech.is/core/util/keywrap.git |