mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
xow_dongle-firmware: add 'fazzi' as maintainer
This commit is contained in:
parent
2e097f61e2
commit
bdf3b2c398
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue