From bb17549839f5225f145e225f1d75e17ca645ebad Mon Sep 17 00:00:00 2001 From: Diogo Correia Date: Wed, 21 Feb 2024 10:21:57 +0000 Subject: [PATCH] dnsproxy: add diogotcorreia as maintainer --- pkgs/tools/networking/dnsproxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/dnsproxy/default.nix b/pkgs/tools/networking/dnsproxy/default.nix index 1e04907caf78..15bf69ad6efe 100644 --- a/pkgs/tools/networking/dnsproxy/default.nix +++ b/pkgs/tools/networking/dnsproxy/default.nix @@ -24,7 +24,7 @@ buildGoModule rec { description = "Simple DNS proxy with DoH, DoT, and DNSCrypt support"; homepage = "https://github.com/AdguardTeam/dnsproxy"; license = licenses.asl20; - maintainers = with maintainers; [ contrun ]; + maintainers = with maintainers; [ contrun diogotcorreia ]; mainProgram = "dnsproxy"; }; }