diff options
author | Stéphane Guillou <stephane.guillou@member.fsf.org> | 2021-07-02 22:57:00 +1000 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-07-07 12:45:35 +0200 |
commit | c4b5cdd54d9eb70c6ae56d4148674fc07469f79d (patch) | |
tree | e5b7f815145c84da8aa0bf83f5f5d63dada05c75 /officecfg | |
parent | 3e942e40a6c175e4e42a16be83191bc5e01f43b9 (diff) |
tdf#133368: update extensions website URLs and use https
Change-Id: Idcdb5dbb4f0754425eeca4b137fa1626bba9ef6a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118340
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu b/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu index 77eda6f839d6..85a61821ada2 100644 --- a/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu +++ b/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu @@ -20,7 +20,7 @@ <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="ExtensionManager" oor:package="org.openoffice.Office"> <node oor:name="ExtensionRepositories"> <prop oor:name="WebsiteLink"> - <value>http://extensions.libreoffice.org/</value> + <value>https://extensions.libreoffice.org/</value> </prop> </node> </oor:component-data> |