Skip to content

Commit

Permalink
qemu_xen: make xen maintainers co-maintain qemu_xen.
Browse files Browse the repository at this point in the history
qemu_xen should also be maintained by whoever is maintaining the main Xen
package.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
  • Loading branch information
SigmaSquadron authored and alyssais committed Sep 4, 2024
1 parent 636e440 commit 4797186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/qemu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.qemu.org/";
description = "Generic and open source machine emulator and virtualizer";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ qyliss ];
maintainers = with maintainers; [ qyliss ] ++ lib.optionals xenSupport xen.meta.maintainers;
platforms = platforms.unix;
}
# toolsOnly: Does not have qemu-kvm and there's no main support tool
Expand Down

0 comments on commit 4797186

Please sign in to comment.