makemkv: add jchw to maintainers

+1 -1
+1 -1
pkgs/applications/video/makemkv/default.nix
··· 101 101 ]; 102 102 homepage = "http://makemkv.com"; 103 103 platforms = [ "x86_64-linux" ]; 104 - maintainers = with maintainers; [ ]; 104 + maintainers = with maintainers; [ jchw ]; 105 105 }; 106 106 }