Golinks: Repo moved to git.mills.io
This commit is contained in:
parent
8a091ae484
commit
32d0ac744e
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
class Golinks extends PatchBase {
|
class Golinks extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('James Mills', 'golinks', 'https://prologic.github.io/golinks/');
|
parent::__construct('James Mills', 'golinks', 'https://git.mills.io/prologic/golinks');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch_json('https://api.github.com/repos/prologic/golinks/releases/latest'))
|
if ($this->fetch_json('https://git.mills.io/api/v1/repos/prologic/golinks/releases?pre-release=false&limit=1'))
|
||||||
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