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:
Alyssa Ross 2021-05-04 12:14:59 +00:00
parent 0c75a43d62
commit 8d76ef7355
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

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