Cambiamos los repos de los submódulos para que los obtengan de upstream
This commit is contained in:
parent
14f1a070ee
commit
1d65839d39
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,12 +1,12 @@
|
||||||
[submodule "dictionaries"]
|
[submodule "dictionaries"]
|
||||||
path = dictionaries
|
path = dictionaries
|
||||||
url = ../dictionaries
|
url = https://github.com/LibreOffice/dictionaries.git
|
||||||
branch = .
|
branch = .
|
||||||
[submodule "helpcontent2"]
|
[submodule "helpcontent2"]
|
||||||
path = helpcontent2
|
path = helpcontent2
|
||||||
url = ../help
|
url = https://github.com/LibreOffice/help.git
|
||||||
branch = .
|
branch = .
|
||||||
[submodule "translations"]
|
[submodule "translations"]
|
||||||
path = translations
|
path = translations
|
||||||
url = ../translations
|
url = https://github.com/LibreOffice/translations.git
|
||||||
branch = .
|
branch = .
|
||||||
|
|
Loading…
Reference in a new issue