mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
tuxedo-drivers: add myself and a few others as maintainers
This commit is contained in:
parent
d7b5ff5f68
commit
20ae63db78
@ -50,7 +50,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
Can be used with the "hardware.tuxedo-drivers" NixOS module.
|
||||
'';
|
||||
maintainers = [ lib.maintainers.blanky0230 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
aprl
|
||||
blanky0230
|
||||
keksgesicht
|
||||
xaverdh
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user