about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-24 04:20:00 +0000
commit2becf6e837c767dd7dd50a84f761943855be16ee (patch)
tree83ecb3c26dcfd6cea48d8086ff6f6d541f828bf7 /pkgs/applications/networking/flexget
parent6b78a949091c51385c46c7e8e7ce9293b5098fc8 (diff)
maintainers: drop marsam
Diffstat (limited to 'pkgs/applications/networking/flexget')
-rw-r--r--pkgs/applications/networking/flexget/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index 1bfb0112c7475..f2d45faae812b 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -85,6 +85,6 @@ python3.pkgs.buildPythonApplication rec {
     changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}";
     description = "Multipurpose automation tool for all of your media";
     license = licenses.mit;
-    maintainers = with maintainers; [ marsam ];
+    maintainers = with maintainers; [ ];
   };
 }