Remotely: update url
This commit is contained in:
parent
204fafe0c2
commit
6bec73393a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
class Remotely extends PatchBase {
|
class Remotely extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('Jared Goodwin', 'Remotely', 'https://remotely.one/');
|
parent::__construct('Jared Goodwin', 'Remotely', 'https://github.com/immense/Remotely');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_json('https://api.github.com/repos/lucent-sea/Remotely/releases/latest'))
|
if ($this->fetch_json('https://api.github.com/repos/immense/Remotely/releases/latest'))
|
||||||
return $this->parse_json('tag_name');
|
return $this->parse_json('tag_name');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue