about summary refs log tree commit diff
path: root/pkgs/applications/video/makemkv
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/makemkv
parent7e385b60ff1b56e5f33ebb23394a3810ec815f47 (diff)
maintainers: remove titanous (#307064)
Diffstat (limited to 'pkgs/applications/video/makemkv')
-rw-r--r--pkgs/applications/video/makemkv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/makemkv/default.nix b/pkgs/applications/video/makemkv/default.nix
index dc016fda0a991..b98c48fbe169b 100644
--- a/pkgs/applications/video/makemkv/default.nix
+++ b/pkgs/applications/video/makemkv/default.nix
@@ -87,6 +87,6 @@ in mkDerivation {
     license = [ licenses.unfree licenses.lgpl21 ];
     homepage = "http://makemkv.com";
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ titanous ];
+    maintainers = with maintainers; [ ];
   };
 }