mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
qemu_xen: make xen maintainers co-maintain qemu_xen.
qemu_xen should also be maintained by whoever is maintaining the main Xen package. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
parent
636e440d64
commit
47971860d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user