Merge pull request #121686 from alyssais/strace

strace: add myself as maintainer
This commit is contained in:
Andreas Rammhold
2021-05-04 16:37:18 +02:00
committed by GitHub

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