bpftrace: add mfrw as maintainer

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2023-09-06 06:57:28 +05:30
parent 62e6823ff1
commit 2b278a35db

View File

@ -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 ];
};
}