From 93b71e29e6d3f29b8f3d5ac6df4cea7d4bbc4d7a Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Thu, 9 Feb 2017 17:46:55 +0100 Subject: [PATCH] looks like sf doesnt like git protocol anymore. Use anonymous https instead --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4c6c7ea..09f8120 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,20 @@ [submodule "simgear"] path = simgear - url = git://git.code.sf.net/p/flightgear/simgear + url = https://git.code.sf.net/p/flightgear/simgear branch = next [submodule "flightgear"] path = flightgear - url = git://git.code.sf.net/p/flightgear/flightgear + url = https://git.code.sf.net/p/flightgear/flightgear branch = next [submodule "fgrun"] path = fgrun - url = git://git.code.sf.net/p/flightgear/fgrun + url = https://git.code.sf.net/p/flightgear/fgrun branch = next [submodule "fgdata"] path = fgdata - url = git://git.code.sf.net/p/flightgear/fgdata + url = https://git.code.sf.net/p/flightgear/fgdata branch = next [submodule "windows-3rd-party"] path = windows-3rd-party - url = git://git.code.sf.net/p/flightgear/windows-3rd-party + url = https://git.code.sf.net/p/flightgear/windows-3rd-party branch = master