about summary refs log tree commit diff
path: root/pkgs/development/python-modules/chat-downloader/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/chat-downloader/default.nix')
-rw-r--r--pkgs/development/python-modules/chat-downloader/default.nix21
1 files changed, 11 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/chat-downloader/default.nix b/pkgs/development/python-modules/chat-downloader/default.nix
index fe35f5a52bd32..fd694101a5aea 100644
--- a/pkgs/development/python-modules/chat-downloader/default.nix
+++ b/pkgs/development/python-modules/chat-downloader/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, requests
-, isodate
-, docstring-parser
-, colorlog
-, websocket-client
-, pytestCheckHook
+{
+  lib,
+  buildPythonPackage,
+  fetchPypi,
+  requests,
+  isodate,
+  docstring-parser,
+  colorlog,
+  websocket-client,
+  pytestCheckHook,
 }:
 
 buildPythonPackage rec {
@@ -40,6 +41,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/xenova/chat-downloader";
     changelog = "https://github.com/xenova/chat-downloader/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ marsam ];
+    maintainers = with maintainers; [ ];
   };
 }