uset https:// instead of git:// for submodules
Change-Id: I504f30190bc1ea00eb1ea7a84c9638e73931dc95
This commit is contained in:
parent
0202b472d8
commit
5113d2f488
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,12 +1,12 @@
|
|||
[submodule "dictionaries"]
|
||||
path = dictionaries
|
||||
url = git://gerrit.libreoffice.org/dictionaries
|
||||
url = https://gerrit.libreoffice.org/dictionaries
|
||||
branch = .
|
||||
[submodule "helpcontent2"]
|
||||
path = helpcontent2
|
||||
url = git://gerrit.libreoffice.org/help
|
||||
url = https://gerrit.libreoffice.org/help
|
||||
branch = .
|
||||
[submodule "translations"]
|
||||
path = translations
|
||||
url = git://gerrit.libreoffice.org/translations
|
||||
url = https://gerrit.libreoffice.org/translations
|
||||
branch = .
|
||||
|
|
Loading…
Reference in a new issue