diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-10-01 13:41:04 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-10-01 13:41:04 +0200 |
commit | cb5e3b360d9dd8a747002253c989f741cebdbd20 (patch) | |
tree | 50b6afe9946785559b7d15ca24bbfff0d08c3a69 /.gitmodules | |
parent | adb00eee518b5c5b743201cb554880448b1f29a9 (diff) |
use https://git.libreoffice.org/$repo as canonical URL for submodules
see also https://git.libreoffice.org/lode/+/1b3b18
Change-Id: Iec4eeb7f3b96d343556594a5c04ba750cefa7b58
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fe2fb7a8117d..61ecfe58b1f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "dictionaries"] path = dictionaries - url = https://gerrit.libreoffice.org/dictionaries + url = https://git.libreoffice.org/dictionaries branch = . [submodule "helpcontent2"] path = helpcontent2 - url = https://gerrit.libreoffice.org/help + url = https://git.libreoffice.org/help branch = . [submodule "translations"] path = translations - url = https://gerrit.libreoffice.org/translations + url = https://git.libreoffice.org/translations branch = . |