From 8fa689d4913da38cb4503a4d364149e0cd4b8f0a Mon Sep 17 00:00:00 2001 From: dcvz Date: Mon, 17 Jun 2024 09:59:32 +0200 Subject: [PATCH] Use non git@ submodule url for xxHash --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 3bed9da..84f5a89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "thirdparty/xxHash"] path = thirdparty/xxHash - url = git@github.com:Cyan4973/xxHash.git + url = https://github.com/Cyan4973/xxHash.git