about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-07-25 12:08:33 +0200
committerDaniël de Kok <me@danieldk.eu>2020-07-25 12:08:33 +0200
commit0cfaf025b1e66c8fa5e6cef546a6c9d35bcafb4b (patch)
treeb903abcdeffed441c4407895273353f453b7fb83 /pkgs/applications/video
parent12186bfb5d707baa7421d1e9ef3b21d1e1e94de7 (diff)
makemkv: add danieldk as a maintainer
Diffstat (limited to 'pkgs/applications/video')
-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 a52d99d502ba5..d3cb12924c268 100644
--- a/pkgs/applications/video/makemkv/default.nix
+++ b/pkgs/applications/video/makemkv/default.nix
@@ -55,6 +55,6 @@ in mkDerivation {
     license = licenses.unfree;
     homepage = "http://makemkv.com";
     platforms = [ "x86_64-linux" ];
-    maintainers = [ maintainers.titanous ];
+    maintainers = with maintainers; [ danieldk titanous ];
   };
 }