about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-08-01 17:15:35 +0200
committerajs124 <git@ajs124.de>2022-08-01 17:22:34 +0200
commit982f8b6f4ee97775dcb4caeb83aeb776f3ab1440 (patch)
tree9fe317060de3dddaf283fd05a9a2070bcd9b142a /pkgs/tools/networking/unbound
parentf2298fcf8f528e25f1e5da2bde63f6d714b40183 (diff)
unbound: set myself as maintainer
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/unbound/default.nix b/pkgs/tools/networking/unbound/default.nix
index d2b1c25246c85..ca8724a29aca8 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;
   };
 }