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