Unverified Commit 20ae63db authored by Jan B.'s avatar Jan B. Committed by Jan B.
Browse files

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

parent d7b5ff5f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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;
  };
})