From bcdca088d38bf05bd4474def645bb8acd0a10305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Mon, 10 Sep 2018 10:23:21 +0200 Subject: [PATCH] Changed remote for reporting submodule. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1b91a8e10e..bd45642417 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,7 +26,7 @@ branch = master [submodule "matlab/modules/reporting"] path = matlab/modules/reporting - url = https://github.com/DynareTeam/reporting.git + url = https://git.dynare.org/Dynare/reporting.git [submodule "contrib/jsonlab"] path = contrib/jsonlab url = https://github.com/fangq/jsonlab.git -- GitLab