From c91627740f958b0902f96ea6c579e690b1fef7a1 Mon Sep 17 00:00:00 2001 From: David Chavez Date: Mon, 17 Jun 2024 10:04:17 +0200 Subject: [PATCH] Use non git@ submodule url for xxHash (#48) --- .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