flexget: add disclaimer
This commit is contained in:
parent
cf188440c5
commit
7c680e1f39
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
assert delugeSupport -> deluge != null;
|
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
|
let
|
||||||
python' = python.override { inherit packageOverrides; };
|
python' = python.override { inherit packageOverrides; };
|
||||||
|
|
||||||
|
@ -62,6 +67,6 @@ buildPythonApplication rec {
|
||||||
homepage = https://flexget.com/;
|
homepage = https://flexget.com/;
|
||||||
description = "Multipurpose automation tool for content like torrents";
|
description = "Multipurpose automation tool for content like torrents";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ domenkozar tari ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue