about summary refs log tree commit diff
path: root/pkgs/applications/networking/firewalld
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-07-23 19:30:22 +0200
commitcf6c96533bb52f6cd33651257a232269c48cd167 (patch)
treec34647289a921b540a62aceb22659c8ae98687a6 /pkgs/applications/networking/firewalld
parentad274bf46a418c5db3e3e94ef9295f8824fc2729 (diff)
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/applications/networking/firewalld')
-rw-r--r--pkgs/applications/networking/firewalld/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/firewalld/default.nix b/pkgs/applications/networking/firewalld/default.nix
index 424591f07ea37..5a7dc544bf19d 100644
--- a/pkgs/applications/networking/firewalld/default.nix
+++ b/pkgs/applications/networking/firewalld/default.nix
@@ -99,6 +99,6 @@ stdenv.mkDerivation rec {
     description = "Firewall daemon with D-Bus interface";
     homepage = "https://github.com/firewalld/firewalld";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ SuperSandro2000 ];
+    maintainers = with maintainers; [ ];
   };
 }