From e237304547c6b4a1ee34d3a25d016c0b2631e4e3 Mon Sep 17 00:00:00 2001 From: matkonnerth Date: Thu, 19 Dec 2024 16:39:24 +0100 Subject: [PATCH] use https instead of ssh (#274) --- .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