summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-20 13:05:20 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-20 13:05:20 +0200
commitba2dcbce2346c1a6984a62815079996a3857ded1 (patch)
tree7fec3e290460f6fa76d9c79f58051e7838b52436 /.github
parentef3f3a4eb0d97b13c1333df27bd16854accdfc24 (diff)
nixos/hardware: move CODEOWNERS to toplevel
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5376d51a6178..9b2fdd85c31d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -55,6 +55,15 @@
# NixOS integration test driver
/nixos/lib/test-driver @tfc
+# NixOS hardware descriptions
+/nixos/hardware/beagleboard/pocketbeagle @yegortimoshenko
+/nixos/hardware/dell/xps/13-9370 @moredread
+/nixos/hardware/dell/xps/13-9380 @kalbasit
+/nixos/hardware/lenovo/thinkpad/x230 @makefu @yegortimoshenko
+/nixos/hardware/lenovo/thinkpad/x250 @Mic92
+/nixos/hardware/pcengines/apu @yegortimoshenko
+/nixos/hardware/purism/librem/13v3 @yegortimoshenko
+
# Updaters
## update.nix
/maintainers/scripts/update.nix @jtojnar