summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-04 04:22:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-01-04 04:22:00 -0500
commit0f9eda896b3d3b9ce29a862f803010e6d6048cba (patch)
tree41164bd6a9c415ce0056e1452f27d95d07b15710 /pkgs/applications/networking/flexget/default.nix
parentb5c8ef0e7fb41b8286e8ac9cb477c2e59a996600 (diff)
downloadnixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar.gz
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar.bz2
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar.lz
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar.xz
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.tar.zst
nixpkgs-0f9eda896b3d3b9ce29a862f803010e6d6048cba.zip
flexget: add marsam to maintainers
Diffstat (limited to 'pkgs/applications/networking/flexget/default.nix')
-rw-r--r--pkgs/applications/networking/flexget/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index af80ac48abe..98d37fae911 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -1,9 +1,5 @@
 { lib, python3Packages }:
 
-# 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
 python3Packages.buildPythonApplication rec {
   pname = "FlexGet";
   version = "3.0.31";
@@ -61,6 +57,6 @@ python3Packages.buildPythonApplication rec {
     homepage    = "https://flexget.com/";
     description = "Multipurpose automation tool for all of your media";
     license     = licenses.mit;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ marsam ];
   };
 }