Skip to content

Commit

Permalink
tuxedo-drivers: add myself and a few others as maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksgesicht committed Sep 28, 2024
1 parent 44ef829 commit 1c08297
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10890,6 +10890,13 @@
github = "keenanweaver";
githubId = 37268985;
};
keksgesicht = {
name = "Jan Braun";
email = "[email protected]";
github = "Keksgesicht";
githubId = 32649612;
keys = [ { fingerprint = "019B EA80 C49D 47D2 A00A 3A96 47D0 99E3 32A6 194F"; } ];
};
keldu = {
email = "[email protected]";
github = "keldu";
Expand Down
6 changes: 5 additions & 1 deletion pkgs/os-specific/linux/tuxedo-drivers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ stdenv.mkDerivation (finalAttrs: {
Can be used with the "hardware.tuxedo-drivers" NixOS module.
'';
maintainers = [ lib.maintainers.blanky0230 ];
maintainers = with lib.maintainers; [
aprl
blanky0230
keksgesicht
];
platforms = lib.platforms.linux;
};
})

0 comments on commit 1c08297

Please sign in to comment.