summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-09 14:14:41 +0100
committerAnton Khirnov <anton@khirnov.net>2012-11-09 14:14:41 +0100
commit935f7622ac0eb67b5b92770c66d3f7188c213c4d (patch)
treeb80f5542be9d9acac1c1b4f0e8cc5c77c8b7b0e8
parent308f7117199ae930dcac05bc4838b7dc60471c89 (diff)
Fix submodule URLs.
-rw-r--r--.gitmodules14
1 files 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/