From a38294cf04e80de32c2fb8b312557188315605cb Mon Sep 17 00:00:00 2001 From: Darko Macesic Date: Tue, 11 Jan 2022 12:34:09 +0100 Subject: [PATCH] Update .gitmodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c00570fa..541dc49f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "depends/gtest"] path = depends/gtest - url = git://github.com/google/googletest.git + url = https://github.com/google/googletest.git [submodule "depends/ate-pairing"] path = depends/ate-pairing - url = git://github.com/herumi/ate-pairing.git + url = https://github.com/herumi/ate-pairing.git [submodule "depends/xbyak"] path = depends/xbyak - url = git://github.com/herumi/xbyak.git + url = https://github.com/herumi/xbyak.git [submodule "depends/libsnark-supercop"] path = depends/libsnark-supercop - url = git://github.com/mbbarbosa/libsnark-supercop.git + url = https://github.com/mbbarbosa/libsnark-supercop.git [submodule "depends/libff"] path = depends/libff url = https://github.com/scipr-lab/libff.git