mkosi: drop katexochen as maintainer

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-09-03 09:50:58 +02:00
parent 74a18ff1f9
commit ba1010aa45

View File

@ -117,7 +117,7 @@ buildPythonApplication rec {
changelog = "https://github.com/systemd/mkosi/releases/tag/v${version}";
license = licenses.lgpl21Only;
mainProgram = "mkosi";
maintainers = with maintainers; [ malt3 katexochen ];
maintainers = with maintainers; [ malt3 ];
platforms = platforms.linux;
# `mkosi qemu` boot fails in the uefi shell, image isn't found.
broken = withQemu;