LibreOffice: Shorten vendor name
This commit is contained in:
parent
aafe195a51
commit
a7435827e9
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue