about summary refs log tree commit diff
path: root/pkgs/by-name/bp
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/bp')
-rw-r--r--pkgs/by-name/bp/bpftop/package.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/by-name/bp/bpftop/package.nix b/pkgs/by-name/bp/bpftop/package.nix
index 54397ea06e97..cd6d9e605a37 100644
--- a/pkgs/by-name/bp/bpftop/package.nix
+++ b/pkgs/by-name/bp/bpftop/package.nix
@@ -34,7 +34,10 @@ rustPlatform.buildRustPackage rec {
     description = "A dynamic real-time view of running eBPF programs";
     homepage = "https://github.com/Netflix/bpftop";
     license = lib.licenses.asl20;
-    maintainers = with lib.maintainers; [ mfrw ];
+    maintainers = with lib.maintainers; [
+      _0x4A6F
+      mfrw
+    ];
     mainProgram = "bpftop";
   };
 }