diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-16 09:41:44 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-16 09:41:44 +0200 |
| commit | 0979e24e59ba4e527868884035e30f4de85ec9ed (patch) | |
| tree | 7eea58265c4fe0ff59ac0a62b51ccecfedbb0e06 | |
| parent | 46725066a56dc4d08cc03b1ea394e21ec449a80f (diff) | |
| download | meta-0979e24e59ba4e527868884035e30f4de85ec9ed.tar.gz meta-0979e24e59ba4e527868884035e30f4de85ec9ed.zip | |
fix gitmodule branch urls
| -rw-r--r-- | .gitmodules | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules index f6bbbc5..64a0525 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,42 +1,42 @@ [submodule "apigrabber"] path = apigrabber url = https://gitlab.com/vainglorygame/apigrabber.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "processor"] path = processor url = https://gitlab.com/vainglorygame/processor.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "discordbot"] path = discordbot url = https://gitlab.com/vainglorygame/discordbot.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vaindock"] path = vaindock url = https://gitlab.com/vainglorygame/vaindock.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vainsocial"] path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "vainglorygame.github.io"] path = vainglorygame.github.io url = https://gitlab.com/vainglorygame/vainglorygame.github.io.git [submodule "analyzer"] path = analyzer url = https://gitlab.com/vainglorygame/analyzer.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "cruncher"] path = cruncher url = https://gitlab.com/vainglorygame/cruncher.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "bridge"] path = bridge url = https://gitlab.com/vainglorygame/bridge.git - branch = releases/2.0.0 + branch = release/2.0.0 [submodule "docs"] path = docs url = https://gitlab.com/vainglorygame/docs.git [submodule "orm"] path = orm url = https://gitlab.com/vainglorygame/orm.git - branch = releases/2.0.0 + branch = release/2.0.0 |
