From 048b77ca0ddfbf7e93bab2b6c1ddc3e95b026f7a Mon Sep 17 00:00:00 2001 From: soheilshahrouz Date: Wed, 5 Jun 2024 10:25:10 -0400 Subject: [PATCH] use https instead of shh for sockpp submodule --- .gitmodules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 54b95ad6e5f..d8738f84253 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,4 @@ url = https://github.com/catchorg/Catch2.git [submodule "libs/EXTERNAL/sockpp"] path = libs/EXTERNAL/sockpp - #url = git@github.com:fpagliughi/sockpp.git - url = git@github.com:w0lek/sockpp.git # fork where in branch v1.0.0_no_complication_warnings there are compilation warnings fixes for upstream tag v1.0.0 of sockpp + url = https://github.com/w0lek/sockpp.git # fork where in branch v1.0.0_no_complication_warnings there are compilation warnings fixes for upstream tag v1.0.0 of sockpp