about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/networking/flexget/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index b828a49c0646..9a71f8911c25 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -4,6 +4,11 @@
 
 assert delugeSupport -> deluge != null;
 
+# Flexget have been a trouble maker in the past,
+# if you see flexget breaking when updating packages, don't worry.
+# The current state is that we have no active maintainers for this package.
+# -- Mic92
+
 let
   python' = python.override { inherit packageOverrides; };
 
@@ -62,6 +67,6 @@ buildPythonApplication rec {
     homepage    = https://flexget.com/;
     description = "Multipurpose automation tool for content like torrents";
     license     = licenses.mit;
-    maintainers = with maintainers; [ domenkozar tari ];
+    maintainers = with maintainers; [ ];
   };
 }