From 947cbcdc2074835db80a786269bf64d49cd570bc Mon Sep 17 00:00:00 2001 From: Bilal Kahraman Date: Fri, 16 Aug 2024 00:10:45 +0300 Subject: [PATCH] Use https instead of ssh --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f51dc77..9732d84 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third-party/uuid_v4"] path = third-party/uuid_v4 - url = git@github.com:crashoz/uuid_v4.git + url = https://github.com/crashoz/uuid_v4.git