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:
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A system call tracer for Linux";
|
description = "A system call tracer for Linux";
|
||||||
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
|
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ globin ma27 ];
|
maintainers = with maintainers; [ globin ma27 qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user