From d677cf542b8d963c187eed4478cc96f779edc4e4 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 8 Apr 2015 09:13:03 +0100 Subject: [PATCH] Refresh gitmodules on the branch. --- .gitmodules | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 9d458fe..bb5fd88 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,19 +1,15 @@ [submodule "simgear"] path = simgear - url = git://gitorious.org/fg/simgear.git - branch = next + url = git://git.code.sf.net/p/flightgear/simgear + branch = release/3.4.0 [submodule "flightgear"] path = flightgear - url = git://gitorious.org/fg/flightgear.git - branch = next + url = git://git.code.sf.net/p/flightgear/flightgear + branch = release/3.4.0 [submodule "fgrun"] path = fgrun - url = git://gitorious.org/fg/fgrun.git - branch = next -[submodule "maclauncher"] - path = maclauncher - url = git://gitorious.org/fg/maclauncher.git - branch = master + url = git://git.code.sf.net/p/flightgear/fgrun + branch = release/3.4.0 [submodule "fgdata"] path = fgdata url = git://git.code.sf.net/p/flightgear/fgdata