Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at netboot-syslinux-multiplatform 314 lines 12 kB view raw
1# CODEOWNERS file 2# 3# This file is used to describe who owns what in this repository. This file does not 4# replace `meta.maintainers` but is instead used for other things than derivations 5# and modules, like documentation, package sets, and other assets. 6# 7# For documentation on this file, see https://help.github.com/articles/about-codeowners/ 8# Mentioned users will get code review requests. 9# 10# IMPORTANT NOTE: in order to actually get pinged, commit access is required. 11# This also holds true for GitHub teams. Since almost none of our teams have write 12# permissions, you need to list all members of the team with commit access individually. 13 14# This file 15/.github/CODEOWNERS @edolstra 16 17# GitHub actions 18/.github/workflows @NixOS/Security @Mic92 @zowoq 19/.github/workflows/merge-staging @FRidh 20 21# EditorConfig 22/.editorconfig @Mic92 @zowoq 23 24# Libraries 25/lib @edolstra @infinisil 26/lib/systems @alyssais @ericson2314 @matthewbauer 27/lib/generators.nix @edolstra @Profpatsch 28/lib/cli.nix @edolstra @Profpatsch 29/lib/debug.nix @edolstra @Profpatsch 30/lib/asserts.nix @edolstra @Profpatsch 31/lib/path.* @infinisil @fricklerhandwerk 32 33# Nixpkgs Internals 34/default.nix @Ericson2314 35/pkgs/top-level/default.nix @Ericson2314 36/pkgs/top-level/impure.nix @Ericson2314 37/pkgs/top-level/stage.nix @Ericson2314 @matthewbauer 38/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer 39/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer 40/pkgs/stdenv/generic @Ericson2314 @matthewbauer 41/pkgs/stdenv/generic/check-meta.nix @Ericson2314 @matthewbauer @piegamesde 42/pkgs/stdenv/cross @Ericson2314 @matthewbauer 43/pkgs/build-support/cc-wrapper @Ericson2314 44/pkgs/build-support/bintools-wrapper @Ericson2314 45/pkgs/build-support/setup-hooks @Ericson2314 46/pkgs/build-support/setup-hooks/auto-patchelf.sh @layus 47/pkgs/build-support/setup-hooks/auto-patchelf.py @layus 48/pkgs/pkgs-lib @infinisil 49 50# Nixpkgs build-support 51/pkgs/build-support/writers @lassulus @Profpatsch 52 53# Nixpkgs make-disk-image 54/doc/builders/images/makediskimage.section.md @raitobezarius 55/nixos/lib/make-disk-image.nix @raitobezarius 56 57# Nixpkgs documentation 58/maintainers/scripts/db-to-md.sh @jtojnar @ryantm 59/maintainers/scripts/doc @jtojnar @ryantm 60 61/doc/* @fricklerhandwerk 62/doc/build-aux/pandoc-filters @jtojnar 63/doc/builders/trivial-builders.chapter.md @fricklerhandwerk 64/doc/contributing/ @fricklerhandwerk 65/doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk 66/doc/stdenv @fricklerhandwerk 67/doc/using @fricklerhandwerk 68 69# NixOS Internals 70/nixos/default.nix @infinisil 71/nixos/lib/from-env.nix @infinisil 72/nixos/lib/eval-config.nix @infinisil 73/nixos/modules/system @dasJ 74/nixos/modules/system/activation/bootspec.nix @grahamc @cole-h @raitobezarius 75/nixos/modules/system/activation/bootspec.cue @grahamc @cole-h @raitobezarius 76 77# NixOS integration test driver 78/nixos/lib/test-driver @tfc 79 80# NixOS QEMU virtualisation 81/nixos/virtualisation/qemu-vm.nix @raitobezarius 82 83# Systemd 84/nixos/modules/system/boot/systemd.nix @NixOS/systemd 85/nixos/modules/system/boot/systemd @NixOS/systemd 86/nixos/lib/systemd-*.nix @NixOS/systemd 87/pkgs/os-specific/linux/systemd @NixOS/systemd 88 89# Updaters 90## update.nix 91/maintainers/scripts/update.nix @jtojnar 92/maintainers/scripts/update.py @jtojnar 93## common-updater-scripts 94/pkgs/common-updater/scripts/update-source-version @jtojnar 95 96# Python-related code and docs 97/maintainers/scripts/update-python-libraries @FRidh 98/pkgs/development/interpreters/python @FRidh 99/doc/languages-frameworks/python.section.md @FRidh @mweinelt 100/pkgs/development/tools/poetry2nix @adisbladis 101/pkgs/development/interpreters/python/hooks @FRidh @jonringer 102 103# Haskell 104/doc/languages-frameworks/haskell.section.md @cdepillabout @sternenseemann @maralorn 105/maintainers/scripts/haskell @cdepillabout @sternenseemann @maralorn 106/pkgs/development/compilers/ghc @cdepillabout @sternenseemann @maralorn 107/pkgs/development/haskell-modules @cdepillabout @sternenseemann @maralorn 108/pkgs/test/haskell @cdepillabout @sternenseemann @maralorn 109/pkgs/top-level/release-haskell.nix @cdepillabout @sternenseemann @maralorn 110/pkgs/top-level/haskell-packages.nix @cdepillabout @sternenseemann @maralorn 111 112# Perl 113/pkgs/development/interpreters/perl @stigtsp @zakame @dasJ 114/pkgs/top-level/perl-packages.nix @stigtsp @zakame @dasJ 115/pkgs/development/perl-modules @stigtsp @zakame @dasJ 116 117# R 118/pkgs/applications/science/math/R @jbedo 119/pkgs/development/r-modules @jbedo 120 121# Ruby 122/pkgs/development/interpreters/ruby @marsam 123/pkgs/development/ruby-modules @marsam 124 125# Rust 126/pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda 127/pkgs/build-support/rust @zowoq @winterqt @figsoda 128/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda 129 130# C compilers 131/pkgs/development/compilers/gcc @matthewbauer 132/pkgs/development/compilers/llvm @matthewbauer @RaitoBezarius 133 134# Compatibility stuff 135/pkgs/top-level/unix-tools.nix @matthewbauer 136/pkgs/development/tools/xcbuild @matthewbauer 137 138# Audio 139/nixos/modules/services/audio/botamusique.nix @mweinelt 140/nixos/modules/services/audio/snapserver.nix @mweinelt 141/nixos/tests/modules/services/audio/botamusique.nix @mweinelt 142/nixos/tests/snapcast.nix @mweinelt 143 144# Browsers 145/pkgs/applications/networking/browsers/firefox @mweinelt 146 147# Certificate Authorities 148pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt 149pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt 150pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt 151 152# Jetbrains 153/pkgs/applications/editors/jetbrains @edwtjo 154 155# Licenses 156/lib/licenses.nix @alyssais 157 158# Qt / KDE 159/pkgs/applications/kde @ttuegel 160/pkgs/desktops/plasma-5 @ttuegel 161/pkgs/development/libraries/kde-frameworks @ttuegel 162/pkgs/development/libraries/qt-5 @ttuegel 163 164# PostgreSQL and related stuff 165/pkgs/servers/sql/postgresql @thoughtpolice @marsam 166/nixos/modules/services/databases/postgresql.xml @thoughtpolice 167/nixos/modules/services/databases/postgresql.nix @thoughtpolice 168/nixos/tests/postgresql.nix @thoughtpolice 169 170# Hardened profile & related modules 171/nixos/modules/profiles/hardened.nix @joachifm 172/nixos/modules/security/hidepid.nix @joachifm 173/nixos/modules/security/lock-kernel-modules.nix @joachifm 174/nixos/modules/security/misc.nix @joachifm 175/nixos/tests/hardened.nix @joachifm 176/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm 177 178# Home Automation 179/nixos/modules/services/misc/home-assistant.nix @mweinelt 180/nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt 181/nixos/tests/home-assistant.nix @mweinelt 182/nixos/tests/zigbee2mqtt.nix @mweinelt 183/pkgs/servers/home-assistant @mweinelt 184/pkgs/tools/misc/esphome @mweinelt 185 186# Network Time Daemons 187/pkgs/tools/networking/chrony @thoughtpolice 188/pkgs/tools/networking/ntp @thoughtpolice 189/pkgs/tools/networking/openntpd @thoughtpolice 190/nixos/modules/services/networking/ntp @thoughtpolice 191 192# Network 193/pkgs/tools/networking/kea/default.nix @mweinelt 194/pkgs/tools/networking/babeld/default.nix @mweinelt 195/nixos/modules/services/networking/babeld.nix @mweinelt 196/nixos/modules/services/networking/kea.nix @mweinelt 197/nixos/modules/services/networking/knot.nix @mweinelt 198/nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt 199/nixos/tests/babeld.nix @mweinelt 200/nixos/tests/kea.nix @mweinelt 201/nixos/tests/knot.nix @mweinelt 202 203# Dhall 204/pkgs/development/dhall-modules @Gabriella439 @Profpatsch @ehmry 205/pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry 206 207# Idris 208/pkgs/development/idris-modules @Infinisil 209 210# Bazel 211/pkgs/development/tools/build-managers/bazel @Profpatsch 212 213# NixOS modules for e-mail and dns services 214/nixos/modules/services/mail/mailman.nix @peti 215/nixos/modules/services/mail/postfix.nix @peti 216/nixos/modules/services/networking/bind.nix @peti 217/nixos/modules/services/mail/rspamd.nix @peti 218 219# Emacs 220/pkgs/applications/editors/emacs/elisp-packages @adisbladis 221/pkgs/applications/editors/emacs @adisbladis 222/pkgs/top-level/emacs-packages.nix @adisbladis 223 224# Neovim 225/pkgs/applications/editors/neovim @figsoda @jonringer @teto 226 227# VimPlugins 228/pkgs/applications/editors/vim/plugins @figsoda @jonringer 229 230# VsCode Extensions 231/pkgs/applications/editors/vscode/extensions @jonringer 232 233# Prometheus exporter modules and tests 234/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz 235/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz 236/nixos/tests/prometheus-exporters.nix @WilliButz 237 238# PHP interpreter, packages, extensions, tests and documentation 239/doc/languages-frameworks/php.section.md @aanderse @etu @globin @ma27 @talyz 240/nixos/tests/php @aanderse @etu @globin @ma27 @talyz 241/pkgs/build-support/build-pecl.nix @aanderse @etu @globin @ma27 @talyz 242/pkgs/development/interpreters/php @jtojnar @aanderse @etu @globin @ma27 @talyz 243/pkgs/development/php-packages @aanderse @etu @globin @ma27 @talyz 244/pkgs/top-level/php-packages.nix @jtojnar @aanderse @etu @globin @ma27 @talyz 245 246# Podman, CRI-O modules and related 247/nixos/modules/virtualisation/containers.nix @zowoq @adisbladis 248/nixos/modules/virtualisation/cri-o.nix @zowoq @adisbladis 249/nixos/modules/virtualisation/podman @zowoq @adisbladis 250/nixos/tests/cri-o.nix @zowoq @adisbladis 251/nixos/tests/podman @zowoq @adisbladis 252 253# Docker tools 254/pkgs/build-support/docker @roberth 255/nixos/tests/docker-tools* @roberth 256/doc/builders/images/dockertools.section.md @roberth 257 258# Blockchains 259/pkgs/applications/blockchains @mmahut @RaghavSood 260 261# Go 262/doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq 263/pkgs/build-support/go @kalbasit @Mic92 @zowoq 264/pkgs/development/compilers/go @kalbasit @Mic92 @zowoq 265 266# GNOME 267/pkgs/desktops/gnome @jtojnar 268/pkgs/desktops/gnome/extensions @piegamesde @jtojnar 269/pkgs/build-support/make-hardcode-gsettings-patch @jtojnar 270 271# Cinnamon 272/pkgs/desktops/cinnamon @mkg20001 273 274# nim 275/pkgs/development/compilers/nim @ehmry 276/pkgs/development/nim-packages @ehmry 277/pkgs/top-level/nim-packages.nix @ehmry 278 279# terraform providers 280/pkgs/applications/networking/cluster/terraform-providers @zowoq 281 282# kubernetes 283/nixos/doc/manual/configuration/kubernetes.chapter.md @zowoq 284/nixos/modules/services/cluster/kubernetes @zowoq 285/nixos/tests/kubernetes @zowoq 286/pkgs/applications/networking/cluster/kubernetes @zowoq 287 288# Matrix 289/pkgs/servers/heisenbridge @piegamesde 290/pkgs/servers/matrix-conduit @piegamesde 291/nixos/modules/services/misc/heisenbridge.nix @piegamesde 292/nixos/modules/services/misc/matrix-conduit.nix @piegamesde 293/nixos/tests/matrix-conduit.nix @piegamesde 294 295# Dotnet 296/pkgs/build-support/dotnet @IvarWithoutBones 297/pkgs/development/compilers/dotnet @IvarWithoutBones 298 299# Node.js 300/pkgs/build-support/node/build-npm-package @winterqt 301/pkgs/build-support/node/fetch-npm-deps @winterqt 302/doc/languages-frameworks/javascript.section.md @winterqt 303 304# OCaml 305/pkgs/build-support/ocaml @romildo @ulrikstrid 306/pkgs/development/compilers/ocaml @romildo @ulrikstrid 307/pkgs/development/ocaml-modules @romildo @ulrikstrid 308 309# ZFS 310pkgs/os-specific/linux/zfs @raitobezarius 311nixos/lib/make-single-disk-zfs-image.nix @raitobezarius 312nixos/lib/make-multi-disk-zfs-image.nix @raitobezarius 313nixos/modules/tasks/filesystems/zfs.nix @raitobezarius 314nixos/tests/zfs.nix @raitobezarius