summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-15 09:13:08 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-03-15 09:13:08 +0000
commit7c680e1f3940e296969a9c8a87dfbe8781c6a83e (patch)
treed0ab2925ff6e1e1e01e000170f2fa9c161a3e4e5 /pkgs/applications/networking/flexget
parentcf188440c5fa8f485f0047254dd2f196e9a15bd4 (diff)
downloadnixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar.gz
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar.bz2
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar.lz
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar.xz
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.tar.zst
nixpkgs-7c680e1f3940e296969a9c8a87dfbe8781c6a83e.zip
flexget: add disclaimer
Diffstat (limited to 'pkgs/applications/networking/flexget')
-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 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; [ ];
   };
 }