From 964a2e990ed86684c010adfcc2b32404e7f8a379 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 1 May 2024 20:51:44 +0200 Subject: [PATCH] git: Fix broken .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 78bb29458..ace9956aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,7 +22,6 @@ path = lib/third_party/jthread/jthread url = https://github.com/josuttis/jthread ignore = dirty - url = https://github.com/WerWolv/HashLibPlus [submodule "lib/third_party/edlib"] path = lib/third_party/edlib url = https://github.com/Martinsos/edlib @@ -43,4 +42,5 @@ url = https://github.com/WerWolv/libwolv [submodule "lib/third_party/HashLibPlus"] - path = lib/third_party/HashLibPlus \ No newline at end of file + path = lib/third_party/HashLibPlus + url = https://github.com/WerWolv/HashLibPlus \ No newline at end of file