anki: remove paveloom from maintainers

This commit is contained in:
Pavel Sobolev 2024-01-13 15:49:21 +00:00
parent 7530777b72
commit d255738da5
No known key found for this signature in database

View file

@ -292,7 +292,7 @@ python3.pkgs.buildPythonApplication {
homepage = "https://apps.ankiweb.net";
license = licenses.agpl3Plus;
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ euank oxij paveloom ];
maintainers = with maintainers; [ euank oxij ];
# Reported to crash at launch on darwin (as of 2.1.65)
broken = stdenv.isDarwin;
};