xow_dongle-firmware: add 'fazzi' as maintainer

This commit is contained in:
Fazzi
2025-05-29 09:55:05 +05:30
committed by Masum Reza
parent 2e097f61e2
commit bdf3b2c398
@@ -47,7 +47,10 @@ stdenvNoCC.mkDerivation rec {
description = "Xbox One wireless dongle firmware";
homepage = "https://www.xbox.com/en-NZ/accessories/adapters/wireless-adapter-windows";
license = licenses.unfree;
maintainers = with maintainers; [ rhysmdnz ];
maintainers = with maintainers; [
rhysmdnz
fazzi
];
platforms = platforms.linux;
};
}