diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix index b828a49c064..9a71f8911c2 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; [ ]; }; }