From 33578cc65fe170486dab85922e893481b7d7fafb Mon Sep 17 00:00:00 2001 From: EPNW-Eric <123490368+EPNW-Eric@users.noreply.github.com> Date: Sat, 6 May 2023 11:28:00 +0200 Subject: [PATCH] Correct submodule url It seems that the old submodule path does not work anymore and points to the old place of the repository. I've updated it accordingly. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 362ba3885..ec6db573a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "piwik"] path = piwik - url = git@github.com:piwik/piwik.git + url = https://github.com/matomo-org/matomo.git