trace-cmd: add myself to maintainers

This commit is contained in:
Michal Sojka 2023-06-17 00:35:50 +02:00
parent fca0859538
commit bec93160c9

View File

@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.trace-cmd.org/";
license = with licenses; [ lgpl21Only gpl2Only ];
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice basvandijk ];
maintainers = with maintainers; [ thoughtpolice basvandijk wentasah ];
};
}