summary refs log tree commit diff
path: root/pkgs/tools/networking/bandwhich/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/bandwhich/default.nix')
-rw-r--r--pkgs/tools/networking/bandwhich/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/bandwhich/default.nix b/pkgs/tools/networking/bandwhich/default.nix
index 35d342beb1a..07483f24e22 100644
--- a/pkgs/tools/networking/bandwhich/default.nix
+++ b/pkgs/tools/networking/bandwhich/default.nix
@@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
     '';
     homepage = "https://github.com/imsnif/bandwhich";
     license = licenses.mit;
-    maintainers = with maintainers; [ Br1ght0ne ma27 SuperSandro2000 ];
+    maintainers = with maintainers; [ Br1ght0ne SuperSandro2000 ];
     platforms = platforms.unix;
   };
 }