ZeroTierOne: fix product name

This commit is contained in:
Steffen Lange 2026-01-15 14:19:40 +01:00
parent 43d6478764
commit dbada0b235

View file

@ -2,7 +2,7 @@
class ZeroTierOne extends PatchBase {
function __construct() {
parent::__construct('ZeroTier Inc.', 'ZeroTier', 'https://www.zerotier.com/download/');
parent::__construct('ZeroTier Inc.', 'ZeroTier One', 'https://www.zerotier.com/download/');
}
function check() : bool {
if ($this->fetch_json('https://api.github.com/repos/zerotier/ZeroTierOne/releases/latest'))