From 935f7622ac0eb67b5b92770c66d3f7188c213c4d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Nov 2012 14:14:41 +0100 Subject: Fix submodule URLs. --- .gitmodules | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index a592493..6832157 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,21 +1,21 @@ [submodule "EOSG_Hybrid"] path = EOSG_Hybrid - url = git://git.khirnov.net/thorns/EOSG_Hybrid/.git + url = git://git.khirnov.net/thorns/EOSG_Hybrid/ [submodule "EOSG_IdealFluid"] path = EOSG_IdealFluid - url = git://git.khirnov.net/thorns/EOSG_IdealFluid/.git + url = git://git.khirnov.net/thorns/EOSG_IdealFluid/ [submodule "EOSG_Polytrope"] path = EOSG_Polytrope - url = git://git.khirnov.net/thorns/EOSG_Polytrope/.git + url = git://git.khirnov.net/thorns/EOSG_Polytrope/ [submodule "EOS_Hybrid"] path = EOS_Hybrid - url = git://git.khirnov.net/thorns/EOS_Hybrid/.git + url = git://git.khirnov.net/thorns/EOS_Hybrid/ [submodule "EOS_IdealFluid"] path = EOS_IdealFluid - url = git://git.khirnov.net/thorns/EOS_IdealFluid/.git + url = git://git.khirnov.net/thorns/EOS_IdealFluid/ [submodule "EOS_Polytrope"] path = EOS_Polytrope - url = git://git.khirnov.net/thorns/EOS_Polytrope/.git + url = git://git.khirnov.net/thorns/EOS_Polytrope/ [submodule "EOS_Omni"] path = EOS_Omni - url = git://git.khirnov.net/thorns/EOS_Omni/.git + url = git://git.khirnov.net/thorns/EOS_Omni/ -- cgit v1.2.3