From 7438498acd31635e8b42e6ebfc95f85eed59ea9d 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:07:28 +0200 Subject: [PATCH] Changed remote for dseries submodule. Also changed branch to master. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5b16ed1949..1b91a8e10e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,8 +22,8 @@ branch = master [submodule "matlab/modules/dseries"] path = matlab/modules/dseries - url = https://github.com/DynareTeam/dseries.git - branch = old-oop-style + url = https://git.dynare.org/Dynare/dseries.git + branch = master [submodule "matlab/modules/reporting"] path = matlab/modules/reporting url = https://github.com/DynareTeam/reporting.git -- GitLab