mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
strace: add myself as maintainer
I've been working on strace a bit recently, so I might have some useful knowledge if we're ever having problems with it.
This commit is contained in:
parent
0c75a43d62
commit
8d76ef7355
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A system call tracer for Linux";
|
||||
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ globin ma27 ];
|
||||
maintainers = with maintainers; [ globin ma27 qyliss ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user