From 7c680e1f3940e296969a9c8a87dfbe8781c6a83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 15 Mar 2018 09:13:08 +0000 Subject: [PATCH] flexget: add disclaimer --- pkgs/applications/networking/flexget/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; [ ]; }; }