mecab: remove `paveloom` from maintainers

+1 -1
+1 -1
pkgs/tools/text/mecab/default.nix
··· 17 17 license = licenses.bsd3; 18 18 platforms = platforms.unix; 19 19 mainProgram = "mecab"; 20 - maintainers = with maintainers; [ auntie paveloom ]; 20 + maintainers = with maintainers; [ auntie ]; 21 21 }; 22 22 }))