summary refs log tree commit diff
path: root/pkgs/applications/misc/rtv
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/rtv')
-rw-r--r--pkgs/applications/misc/rtv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/rtv/default.nix b/pkgs/applications/misc/rtv/default.nix
index a3be9cad3ae..dd60147f4e6 100644
--- a/pkgs/applications/misc/rtv/default.nix
+++ b/pkgs/applications/misc/rtv/default.nix
@@ -41,6 +41,6 @@ buildPythonApplication rec {
     homepage = https://github.com/michael-lazar/rtv;
     description = "Browse Reddit from your Terminal";
     license = licenses.mit;
-    maintainers = with maintainers; [ matthiasbeyer jgeerds wedens ];
+    maintainers = with maintainers; [ matthiasbeyer wedens ];
   };
 }