Move git:// to https:// for submodule
This commit is contained in:
parent
444d6be8ad
commit
a7162574b3
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,14 +1,14 @@
|
||||||
[submodule "simgear"]
|
[submodule "simgear"]
|
||||||
path = simgear
|
path = simgear
|
||||||
url = git://gitorious.org/fg/simgear.git
|
url = https://gitorious.org/fg/simgear.git
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "flightgear"]
|
[submodule "flightgear"]
|
||||||
path = flightgear
|
path = flightgear
|
||||||
url = git://gitorious.org/fg/flightgear.git
|
url = https://gitorious.org/fg/flightgear.git
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "fgrun"]
|
[submodule "fgrun"]
|
||||||
path = fgrun
|
path = fgrun
|
||||||
url = git://gitorious.org/fg/fgrun.git
|
url = https://gitorious.org/fg/fgrun.git
|
||||||
branch = next
|
branch = next
|
||||||
[submodule "fgdata"]
|
[submodule "fgdata"]
|
||||||
path = fgdata
|
path = fgdata
|
||||||
|
|
Loading…
Reference in a new issue