From ecf98f67308207ce6effaeb6c9f259171a80efef Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Tue, 2 Apr 2024 17:43:15 -0700 Subject: [PATCH] stubby: update homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolution: stubby.meta.homepage → https://dnsprivacy.org/wiki/x/JYAT → HTTP 302 https://dnsprivacy.org/wiki/pages/tinyurl.action?urlIdentifier=JYAT → HTTP 302 https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby → HTTP 301 https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby/ → meta refresh http://dnsprivacy.org/dns_privacy_daemon_-_stubby/ → HTTP 301 https://dnsprivacy.org/dns_privacy_daemon_-_stubby/ --- pkgs/development/libraries/getdns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/getdns/default.nix b/pkgs/development/libraries/getdns/default.nix index 95844e36f3a0..96ebc4fb865d 100644 --- a/pkgs/development/libraries/getdns/default.nix +++ b/pkgs/development/libraries/getdns/default.nix @@ -86,7 +86,7 @@ in rec { Privacy resolver increasing end user privacy. Stubby is developed by the getdns team. ''; - homepage = "https://dnsprivacy.org/wiki/x/JYAT"; + homepage = "https://dnsprivacy.org/dns_privacy_daemon_-_stubby/"; }; };