Commit 2b278a35 authored by Muhammad Falak R Wani's avatar Muhammad Falak R Wani
Browse files

bpftrace: add mfrw as maintainer

parent 62e6823f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,6 +68,6 @@ stdenv.mkDerivation rec {
    description = "High-level tracing language for Linux eBPF";
    homepage    = "https://github.com/iovisor/bpftrace";
    license     = licenses.asl20;
    maintainers = with maintainers; [ rvl thoughtpolice martinetd ];
    maintainers = with maintainers; [ rvl thoughtpolice martinetd mfrw ];
  };
}