From 5670aeeadfc7557a373cd3c43af9e2bbf8cfed41 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 28 Dec 2023 22:17:36 +0100 Subject: [PATCH] update submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8c69172d..e6140330 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "extern/rapidfuzz-cpp"] path = extern/rapidfuzz-cpp - url = https://github.com/maxbachmann/rapidfuzz-cpp.git + url = https://github.com/rapidfuzz/rapidfuzz-cpp.git [submodule "extern/taskflow"] path = extern/taskflow url = https://github.com/taskflow/taskflow.git