tuxedo-drivers: add myself and a few others as maintainers

This commit is contained in:
Jan B. 2024-10-07 20:30:21 +02:00 committed by Jan B.
parent d7b5ff5f68
commit 20ae63db78
No known key found for this signature in database
GPG Key ID: DA888BBB15D66D25

View File

@ -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;
};
})