RustDesk: fix website link

This commit is contained in:
Steffen Lange 2022-04-16 10:56:14 +02:00
parent e3feb39c6d
commit 63f4161054

View file

@ -2,7 +2,7 @@
class RustDeskServer extends PatchBase { class RustDeskServer extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Purslane Ltd', 'RustDesk', 'https://rustdesk.com/'); parent::__construct('Purslane Ltd', 'RustDesk', 'https://rustdesk.com/server/');
$this->patch->setBranch('Server'); $this->patch->setBranch('Server');
} }
function check() : bool { function check() : bool {