diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-17 18:02:54 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-17 18:02:54 +0100 |
| commit | 8a5fef3833afea05ac1b6c6f04526a5e4dc4f45e (patch) | |
| tree | ab36390a9add015047cd4cf42c9a84c09e4b0c31 | |
| parent | 08aa6372fc7a89d84ffb0f0be9b98c7b37e0e50e (diff) | |
| parent | de579d1bd5dd6feaf1250df1cc6ea59c70085efb (diff) | |
| download | meta-8a5fef3833afea05ac1b6c6f04526a5e4dc4f45e.tar.gz meta-8a5fef3833afea05ac1b6c6f04526a5e4dc4f45e.zip | |
Merge branch 'release/1.2.0' of https://gitlab.com/vainglorygame/meta into release/1.2.0
| -rw-r--r-- | .gitmodules | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules index 175ba84..7cdadb1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,34 +1,34 @@ [submodule "apigrabber"] path = apigrabber - url = https://github.com/vainglorygame/apigrabber + url = https://gitlab.com/vainglorygame/apigrabber branch = releases/1.0.0 [submodule "processor"] path = processor - url = https://github.com/vainglorygame/processor + url = https://gitlab.com/vainglorygame/processor branch = releases/1.0.0 -[submodule "statscompiler"] - path = statscompiler - url = https://github.com/vainglorygame/statscompiler +[submodule "compiler"] + path = compiler + url = https://gitlab.com/vainglorygame/compiler branch = releases/1.0.0 [submodule "discordbot"] path = discordbot - url = https://github.com/vainglorygame/discordbot + url = https://gitlab.com/vainglorygame/discordbot branch = releases/1.0.0 [submodule "preloader"] path = preloader - url = https://github.com/vainglorygame/preloader + url = https://gitlab.com/vainglorygame/preloader branch = releases/1.0.0 [submodule "vaindock"] path = vaindock - url = https://github.com/vainglorygame/vaindock + url = https://gitlab.com/vainglorygame/vaindock branch = develop [submodule "vainsocial"] path = vainsocial - url = https://github.com/vainglorygame/vainsocial + url = https://gitlab.com/vainglorygame/vainsocial branch = releases/1.0.0 -[submodule "vainglorygame.github.io"] - path = vainglorygame.github.io - url = https://github.com/vainglorygame/vainglorygame.github.io +[submodule "vainglorygame.gitlab.io"] + path = vainglorygame.gitlab.io + url = https://gitlab.com/vainglorygame/vainglorygame.gitlab.io [submodule "analyzer"] path = analyzer - url = https://github.com/vainglorygame/analyzer + url = https://gitlab.com/vainglorygame/analyzer |
