Commit ba1010aa authored by Paul Meyer's avatar Paul Meyer
Browse files

mkosi: drop katexochen as maintainer

parent 74a18ff1
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;