Unverified Commit d1038f6b authored by 0x4A6F's avatar 0x4A6F
Browse files

bpftop: add myself as maintainer

parent 995b889f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}