flexget: add disclaimer

gstqt5
Jörg Thalheim 2018-03-15 09:13:08 +00:00
parent cf188440c5
commit 7c680e1f39
1 changed files with 6 additions and 1 deletions

View File

@ -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; [ ];
};
}