1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

mkosi: add msanft as maintainer

This commit is contained in:
Moritz Sanft 2024-09-03 14:24:23 +02:00
parent 12f6399c1e
commit 67e42aa053
No known key found for this signature in database
GPG key ID: 335D28368B1DA615

View file

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