diff --git a/modules/Remotely.php b/modules/Remotely.php index 0e51883..504831a 100644 --- a/modules/Remotely.php +++ b/modules/Remotely.php @@ -2,10 +2,10 @@ class Remotely extends PatchBase { function __construct() { - parent::__construct('Jared Goodwin', 'Remotely', 'https://remotely.one/'); + parent::__construct('Jared Goodwin', 'Remotely', 'https://github.com/immense/Remotely'); } 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 false; }