From 32679d5b5112b07b74d3770e8ff688fd95a562fe Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 10 Oct 2021 18:07:07 -0400 Subject: Fix HTTP URLs --- .gitmodules | 4 ++-- 1 file 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 -- cgit v1.2.3