python3Packages.qemu: add maintainer davhau

This commit is contained in:
DavHau
2024-02-02 14:11:03 +07:00
parent 6cc7f7b9b1
commit ddbfc50d8f
@@ -31,6 +31,6 @@ buildPythonPackage rec {
homepage = "http://www.qemu.org/";
description = "Python tooling used by the QEMU project to build, configure, and test QEMU";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ devplayer0 ];
maintainers = with maintainers; [ devplayer0 davhau ];
};
}