From bd1dafa8d6b7dd2ab3adb95bc5eb03b555aa8630 Mon Sep 17 00:00:00 2001 From: Assistant Date: Tue, 21 May 2024 23:04:12 -0400 Subject: [PATCH] twitch-chat-downloader: add assistant to maintainers --- pkgs/applications/misc/twitch-chat-downloader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/twitch-chat-downloader/default.nix b/pkgs/applications/misc/twitch-chat-downloader/default.nix index 459a47bfcab0..c649aa3811c5 100644 --- a/pkgs/applications/misc/twitch-chat-downloader/default.nix +++ b/pkgs/applications/misc/twitch-chat-downloader/default.nix @@ -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 ]; }; }