mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
Merge pull request #121686 from alyssais/strace
strace: add myself as maintainer
This commit is contained in:
commit
94253a60ce
|
@ -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