GCLog: Full product name

This commit is contained in:
Steffen Lange 2020-05-11 10:05:16 +02:00
parent b1ca930e9e
commit 5e8f240348

View file

@ -2,7 +2,7 @@
class GCLog extends PatchBase { class GCLog extends PatchBase {
function __construct() { function __construct() {
parent::__construct('Steffen Lange', 'GCLog', 'https://www.gclog.de/'); parent::__construct('Steffen Lange', 'Geiger Counter Logger', 'https://www.gclog.de/');
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://api.github.com/repos/stelas/GCLog/tags', true)) if ($this->fetch('https://api.github.com/repos/stelas/GCLog/tags', true))