From a7435827e99a0782c43c934cd37f84ee9ee64e15 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 15 Jan 2021 21:49:34 +0100 Subject: [PATCH] LibreOffice: Shorten vendor name --- modules/LibreOfficeFresh.php | 2 +- modules/LibreOfficeStill.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/LibreOfficeFresh.php b/modules/LibreOfficeFresh.php index a03a349..fbf8e1b 100644 --- a/modules/LibreOfficeFresh.php +++ b/modules/LibreOfficeFresh.php @@ -2,7 +2,7 @@ class LibreOfficeFresh extends PatchBase { function __construct() { - parent::__construct('The Document Foundation', 'LibreOffice', 'https://www.libreoffice.org/download/download/'); + parent::__construct('Document Foundation', 'LibreOffice', 'https://www.libreoffice.org/download/download/'); $this->patch->setBranch('Fresh'); } function check() : bool { diff --git a/modules/LibreOfficeStill.php b/modules/LibreOfficeStill.php index 359856c..143438e 100644 --- a/modules/LibreOfficeStill.php +++ b/modules/LibreOfficeStill.php @@ -2,7 +2,7 @@ class LibreOfficeStill extends PatchBase { function __construct() { - parent::__construct('The Document Foundation', 'LibreOffice', 'https://www.libreoffice.org/download/download/'); + parent::__construct('Document Foundation', 'LibreOffice', 'https://www.libreoffice.org/download/download/'); $this->patch->setBranch('Still'); } function check() : bool {