From 982f8b6f4ee97775dcb4caeb83aeb776f3ab1440 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Mon, 1 Aug 2022 17:15:35 +0200 Subject: [PATCH] unbound: set myself as maintainer --- pkgs/tools/networking/unbound/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix index d2b1c25246c8..ca8724a29aca 100644 --- a/pkgs/tools/networking/unbound/default.nix +++ b/pkgs/tools/networking/unbound/default.nix @@ -148,7 +148,7 @@ stdenv.mkDerivation rec { description = "Validating, recursive, and caching DNS resolver"; license = licenses.bsd3; homepage = "https://www.unbound.net"; - maintainers = with maintainers; [ fpletz globin ]; + maintainers = with maintainers; [ ajs124 ]; platforms = platforms.unix; }; }