about summary refs log tree commit diff
path: root/pkgs/applications/video/makemkv
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2021-07-03 12:07:30 +0200
committerDaniël de Kok <me@danieldk.eu>2021-07-03 12:14:20 +0200
commit017aa8847084af88b167e3d21d7691fd625c8126 (patch)
treeb29165b1b1ab068932e98fed3dedde655db0c055 /pkgs/applications/video/makemkv
parented45204084663a12b468453cd83abaaec0076a47 (diff)
Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
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 da18a8d7abefc..9ab35b92a8627 100644
--- a/pkgs/applications/video/makemkv/default.nix
+++ b/pkgs/applications/video/makemkv/default.nix
@@ -72,6 +72,6 @@ in mkDerivation {
     license = licenses.unfree;
     homepage = "http://makemkv.com";
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ danieldk titanous ];
+    maintainers = with maintainers; [ titanous ];
   };
 }