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 {