about summary refs log tree commit diff
path: root/pkgs/applications/video/mythtv
diff options
context:
space:
mode:
authorJonathan Rudenberg <jonathan@titanous.com>2024-04-26 20:11:55 -0400
committerGitHub <noreply@github.com>2024-04-27 02:11:55 +0200
commit353b56c5daa6e03eef29f9e0a22fe264d6d15058 (patch)
tree13a3e37286e39f76643a060379147307db8dfeab /pkgs/applications/video/mythtv
parent7e385b60ff1b56e5f33ebb23394a3810ec815f47 (diff)
maintainers: remove titanous (#307064)
Diffstat (limited to 'pkgs/applications/video/mythtv')
-rw-r--r--pkgs/applications/video/mythtv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mythtv/default.nix b/pkgs/applications/video/mythtv/default.nix
index fba7eb16839ef..07e8be2bea719 100644
--- a/pkgs/applications/video/mythtv/default.nix
+++ b/pkgs/applications/video/mythtv/default.nix
@@ -42,6 +42,6 @@ mkDerivation rec {
     description = "Open Source DVR";
     license = licenses.gpl2Plus;
     platforms = platforms.linux;
-    maintainers = [ maintainers.titanous ];
+    maintainers = [ ];
   };
 }