Commit bec93160 authored by Michal Sojka's avatar Michal Sojka
Browse files

trace-cmd: add myself to maintainers

parent fca08595
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}