From c91cf00d153761f2f57a909d86ada932b82cb98e Mon Sep 17 00:00:00 2001 From: Tobias Triffterer <tobias@ep1.ruhr-uni-bochum.de> Date: Thu, 29 Apr 2021 16:42:45 +0200 Subject: [PATCH] Update Submodule Path As we have now our own repository for our fork of ROOT, the submodule path is updated to point to our own GitLab. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index dc1d248..022eb3b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "submodules/root"] path = submodules/root - url = https://github.com/root-project/root.git + url = ../cern-root.git -- GitLab