about summary refs log tree commit diff
path: root/pkgs/applications/networking/flexget
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-30 19:02:29 +0200
committerPeder Bergebakken Sundt <pbsds@hotmail.com>2024-04-30 19:09:36 +0200
commit302db0aa68ff1661e18b4955045d90e5a01c0c05 (patch)
tree85bdc3d04aebc1d6a37a88aaf5326988b7763ff9 /pkgs/applications/networking/flexget
parentfa643cfbc3285d4c7e241a756ca67230fa81c7d6 (diff)
flexget: add maintainer pbsds
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 66947266d2026..75a64404db930 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; [ ];
+    maintainers = with maintainers; [ pbsds ];
   };
 }