From 937fd04d579237c0ec7ee9e330609fb50c115256 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Wed, 21 Feb 2024 17:52:37 +0100 Subject: [PATCH] Stubby: update links --- modules/Stubby.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Stubby.php b/modules/Stubby.php index 1fae6e4..d0433cb 100644 --- a/modules/Stubby.php +++ b/modules/Stubby.php @@ -2,7 +2,7 @@ class Stubby extends PatchBase { function __construct() { - parent::__construct('NLnet Labs', 'Stubby', 'https://dnsprivacy.org/wiki/x/JYAT'); + parent::__construct('NLnet Labs', 'Stubby', 'https://dnsprivacy.org/dns_privacy_daemon_-_stubby/'); } function check() : bool { if ($this->fetch_json('https://api.github.com/repos/getdnsapi/stubby/releases/latest'))