mkosi: drop katexochen as maintainer (#339198)

This commit is contained in:
Paul Meyer 2024-09-03 14:19:54 +02:00 committed by GitHub
commit 8e7409e0c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;