summary refs log tree commit diff
path: root/pkgs/applications/video/mkclean
diff options
context:
space:
mode:
authorChristopher A. Williamson <home@chrisaw.com>2022-01-03 13:03:10 +0000
committerChristopher A. Williamson <home@chrisaw.com>2022-01-03 13:03:10 +0000
commit9167342f791d0ded4112d37e3f573de23613a1f0 (patch)
tree36fcb4c6fa97d3d6db0123915b9670701139c3ee /pkgs/applications/video/mkclean
parenta10675f43deb7cc41b69829d6f3290b0506618f6 (diff)
Update cawilliamson maintainer details (chrisaw -> cawilliamson)
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" ];
   };
 }