tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bcc: add myself as maintainer
Joerg Thalheim
8 years ago
6ec3bf3a
292f23c4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
bcc
default.nix
+1
-1
pkgs/os-specific/linux/bcc/default.nix
···
41
description = "Dynamic Tracing Tools for Linux";
42
homepage = https://iovisor.github.io/bcc/;
43
license = licenses.asl20;
44
-
maintainers = with maintainers; [ ragge ];
45
};
46
}
···
41
description = "Dynamic Tracing Tools for Linux";
42
homepage = https://iovisor.github.io/bcc/;
43
license = licenses.asl20;
44
+
maintainers = with maintainers; [ ragge mic92 ];
45
};
46
}