From f6ab92ef0b9b87145b18e3c147fd75e70011d4bb Mon Sep 17 00:00:00 2001 From: Matthias Konnerth Date: Thu, 19 Dec 2024 13:46:53 +0100 Subject: [PATCH] use https instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bac4e7d..a836f0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake-conan"] path = cmake-conan - url = git@github.com:conan-io/cmake-conan.git + url = https://github.com/conan-io/cmake-conan.git