mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue