Commit bd1dafa8 authored by Assistant's avatar Assistant
Browse files

twitch-chat-downloader: add assistant to maintainers

parent 0e06653a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@ buildPythonApplication rec {
    mainProgram = "tcd";
    homepage = "https://github.com/TheDrHax/Twitch-Chat-Downloader";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
    maintainers = with maintainers; [ assistant ];
  };
}