From f8467eb19d2f5dd29ff47f665e69dc978e40fb2b Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 2 Nov 2021 16:53:11 +0100 Subject: [PATCH] fix submodule url --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7e00c208..0226cac4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "cmake"] path = cmake - url = git://github.com/jrl-umi3218/jrl-cmakemodules.git + url = https://github.com/jrl-umi3218/jrl-cmakemodules.git [submodule "third-parties/qhull"] path = third-parties/qhull - url = git://github.com/qhull/qhull.git + url = https://github.com/qhull/qhull.git -- GitLab