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

This commit is contained in:
Jan B.
2024-11-04 10:19:22 +01:00
committed by Jan B.
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;
};
})