summary refs log tree commit diff
path: root/pkgs/applications/video/mkclean
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/mkclean')
-rw-r--r--pkgs/applications/video/mkclean/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mkclean/default.nix b/pkgs/applications/video/mkclean/default.nix
index 05f1efc0f6101..49c270c410693 100644
--- a/pkgs/applications/video/mkclean/default.nix
+++ b/pkgs/applications/video/mkclean/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "Command line tool to clean and optimize Matroska (.mkv / .mka / .mks / .mk3d) and WebM (.webm / .weba) files that have already been muxed";
     homepage = "https://www.matroska.org";
     license = licenses.bsdOriginal;
-    maintainers = with maintainers; [ chrisaw ];
+    maintainers = with maintainers; [ cawilliamson ];
     platforms = [ "i686-linux" "x86_64-linux" ];
   };
 }