From b69472c108e3510764386e336383d9a88ff72a08 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 25 Sep 2017 21:24:01 +0200 Subject: [PATCH] Fixed submodules spec --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index deefc72..4a85faf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "dbt-core"] path = dbt-core - url = https://minres.com/git/SystemC/DBT-Core.git + url = https://github.com/Minres/DBT-RISE-Core.git [submodule "sc-components"] path = sc-components - url = https://minres.com/git/SystemC/SystemC-Components.git + url = https://github.com/Minres/SystemC-Components.git [submodule "external/elfio"] path = external/elfio url = http://git.code.sf.net/p/elfio/code