LibreOffice: Shorten vendor name

This commit is contained in:
Steffen Lange 2021-01-15 21:49:34 +01:00
parent aafe195a51
commit a7435827e9
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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 {