From abc2ba1294b05c3c30485dd327301c98e41a8c13 Mon Sep 17 00:00:00 2001 From: Guido Date: Wed, 24 Apr 2019 14:02:20 +1000 Subject: [PATCH] Update .gitmodules the URL for the catch module has changed: https://github.com/catchorg/Catch2 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 738abfe..a5e638b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = http://git.hpc.isti.cnr.it/quickrank/ParamsMap.git [submodule "lib/catch"] path = lib/catch - url = https://github.com/philsquared/Catch.git + url = https://github.com/catchorg/Catch2