From 9181000aa44fc80713487d7902712dd0a40a1900 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Nov 2012 14:14:12 +0100 Subject: Fix submodule URLs --- .gitmodules | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 93dc8da..5ae98ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,30 +1,30 @@ [submodule "ADMBase"] path = ADMBase - url = git://git.khirnov.net/thorns/ADMBase/.git + url = git://git.khirnov.net/thorns/ADMBase/ [submodule "ADMCoupling"] path = ADMCoupling - url = git://git.khirnov.net/thorns/ADMCoupling/.git + url = git://git.khirnov.net/thorns/ADMCoupling/ [submodule "ADMMacros"] path = ADMMacros - url = git://git.khirnov.net/thorns/ADMMacros/.git + url = git://git.khirnov.net/thorns/ADMMacros/ [submodule "Constants"] path = Constants - url = git://git.khirnov.net/thorns/Constants/.git + url = git://git.khirnov.net/thorns/Constants/ [submodule "CoordGauge"] path = CoordGauge - url = git://git.khirnov.net/thorns/CoordGauge/.git + url = git://git.khirnov.net/thorns/CoordGauge/ [submodule "EOS_Base"] path = EOS_Base - url = git://git.khirnov.net/thorns/EOS_Base/.git + url = git://git.khirnov.net/thorns/EOS_Base/ [submodule "EOSG_Base"] path = EOSG_Base - url = git://git.khirnov.net/thorns/EOSG_Base/.git + url = git://git.khirnov.net/thorns/EOSG_Base/ [submodule "HydroBase"] path = HydroBase - url = git://git.khirnov.net/thorns/HydroBase/.git + url = git://git.khirnov.net/thorns/HydroBase/ [submodule "StaticConformal"] path = StaticConformal - url = git://git.khirnov.net/thorns/StaticConformal/.git + url = git://git.khirnov.net/thorns/StaticConformal/ [submodule "TmunuBase"] path = TmunuBase - url = git://git.khirnov.net/thorns/TmunuBase/.git + url = git://git.khirnov.net/thorns/TmunuBase/ -- cgit v1.2.3