From d3f80d9f5cb97e018cb93f59c58c0db59acdd532 Mon Sep 17 00:00:00 2001 From: shintakezou Date: Sat, 2 Apr 2022 17:04:20 +0200 Subject: [PATCH] update pointers for modules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4cf102e74..d6a1f88ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "stdlib"] path = stdlib - url = git://github.com/mozart/mozart2-stdlib.git + url = https://github.com/mozart/mozart2-stdlib.git [submodule "gtest"] path = vm/vm/test/gtest - url = http://github.com/google/googletest + url = https://github.com/google/googletest