Unverified Commit 8e7409e0 authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

mkosi: drop katexochen as maintainer (#339198)

parents 87eff732 ba1010aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;