gtree: 1.10.2 -> 1.10.3
[NixPkgs.git] / .github / CODEOWNERS
blob3c300d00c6ba4bb24919a8908090fe397494dd8f
1 # CODEOWNERS file
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.
7 # For documentation on this file, see https://help.github.com/articles/about-codeowners/
8 # Mentioned users will get code review requests.
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.
14 # GitHub actions
15 /.github/workflows @NixOS/Security @Mic92 @zowoq
16 /.github/workflows/merge-staging @FRidh
18 # EditorConfig
19 /.editorconfig @Mic92 @zowoq
21 # Libraries
22 /lib                        @infinisil
23 /lib/systems                @alyssais @ericson2314 @amjoseph-nixpkgs
24 /lib/generators.nix         @infinisil @Profpatsch
25 /lib/cli.nix                @infinisil @Profpatsch
26 /lib/debug.nix              @infinisil @Profpatsch
27 /lib/asserts.nix            @infinisil @Profpatsch
28 /lib/path.*                 @infinisil @fricklerhandwerk
29 /lib/fileset                @infinisil
30 /doc/functions/fileset.section.md @infinisil
32 # Nixpkgs Internals
33 /default.nix                                     @Ericson2314
34 /pkgs/top-level/default.nix                      @Ericson2314
35 /pkgs/top-level/impure.nix                       @Ericson2314
36 /pkgs/top-level/stage.nix                        @Ericson2314
37 /pkgs/top-level/splice.nix                       @Ericson2314
38 /pkgs/top-level/release-cross.nix                @Ericson2314
39 /pkgs/stdenv/generic                             @Ericson2314 @amjoseph-nixpkgs
40 /pkgs/stdenv/generic/check-meta.nix              @Ericson2314 @piegamesde
41 /pkgs/stdenv/cross                               @Ericson2314 @amjoseph-nixpkgs
42 /pkgs/build-support/cc-wrapper                   @Ericson2314 @amjoseph-nixpkgs
43 /pkgs/build-support/bintools-wrapper             @Ericson2314
44 /pkgs/build-support/setup-hooks                  @Ericson2314
45 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
46 /pkgs/build-support/setup-hooks/auto-patchelf.py @layus
47 /pkgs/pkgs-lib                                   @infinisil
48 ## Format generators/serializers
49 /pkgs/pkgs-lib/formats/libconfig                 @ckiee
51 # pkgs/by-name
52 /pkgs/test/nixpkgs-check-by-name @infinisil
53 /pkgs/by-name/README.md @infinisil
54 /pkgs/top-level/by-name-overlay.nix @infinisil
55 /.github/workflows/check-by-name.yml @infinisil
57 # Nixpkgs build-support
58 /pkgs/build-support/writers @lassulus @Profpatsch
60 # Nixpkgs make-disk-image
61 /doc/build-helpers/images/makediskimage.section.md  @raitobezarius
62 /nixos/lib/make-disk-image.nix                 @raitobezarius
64 # Nixpkgs documentation
65 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
66 /maintainers/scripts/doc @jtojnar @ryantm
68 # Contributor documentation
69 /CONTRIBUTING.md @infinisil
70 /.github/PULL_REQUEST_TEMPLATE.md @infinisil
71 /doc/contributing/ @fricklerhandwerk @infinisil
72 /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @fricklerhandwerk @infinisil
73 /lib/README.md @infinisil
74 /doc/README.md @infinisil
75 /nixos/README.md @infinisil
76 /pkgs/README.md @infinisil
77 /maintainers/README.md @infinisil
79 # User-facing development documentation
80 /doc/development.md @infinisil
81 /doc/development @infinisil
83 # NixOS Internals
84 /nixos/default.nix                                    @infinisil
85 /nixos/lib/from-env.nix                               @infinisil
86 /nixos/lib/eval-config.nix                            @infinisil
87 /nixos/modules/system                                 @dasJ
88 /nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h @raitobezarius
89 /nixos/modules/system/activation/bootspec.cue         @grahamc @cole-h @raitobezarius
91 # NixOS integration test driver
92 /nixos/lib/test-driver  @tfc
94 # NixOS QEMU virtualisation
95 /nixos/virtualisation/qemu-vm.nix           @raitobezarius
97 # Systemd
98 /nixos/modules/system/boot/systemd.nix      @NixOS/systemd
99 /nixos/modules/system/boot/systemd          @NixOS/systemd
100 /nixos/lib/systemd-*.nix                    @NixOS/systemd
101 /pkgs/os-specific/linux/systemd             @NixOS/systemd
103 # Images and installer media
104 /nixos/modules/installer/cd-dvd/            @samueldr
105 /nixos/modules/installer/sd-card/           @samueldr
107 # Updaters
108 ## update.nix
109 /maintainers/scripts/update.nix   @jtojnar
110 /maintainers/scripts/update.py    @jtojnar
111 ## common-updater-scripts
112 /pkgs/common-updater/scripts/update-source-version    @jtojnar
114 # Python-related code and docs
115 /maintainers/scripts/update-python-libraries                  @FRidh
116 /pkgs/development/interpreters/python                       @FRidh
117 /doc/languages-frameworks/python.section.md                 @FRidh @mweinelt
118 /pkgs/development/interpreters/python/hooks                 @FRidh @jonringer
120 # Haskell
121 /doc/languages-frameworks/haskell.section.md  @cdepillabout @sternenseemann @maralorn @ncfavier
122 /maintainers/scripts/haskell                  @cdepillabout @sternenseemann @maralorn @ncfavier
123 /pkgs/development/compilers/ghc               @cdepillabout @sternenseemann @maralorn @ncfavier
124 /pkgs/development/haskell-modules             @cdepillabout @sternenseemann @maralorn @ncfavier
125 /pkgs/test/haskell                            @cdepillabout @sternenseemann @maralorn @ncfavier
126 /pkgs/top-level/release-haskell.nix           @cdepillabout @sternenseemann @maralorn @ncfavier
127 /pkgs/top-level/haskell-packages.nix          @cdepillabout @sternenseemann @maralorn @ncfavier
129 # Perl
130 /pkgs/development/interpreters/perl @stigtsp @zakame @dasJ
131 /pkgs/top-level/perl-packages.nix   @stigtsp @zakame @dasJ
132 /pkgs/development/perl-modules      @stigtsp @zakame @dasJ
134 # R
135 /pkgs/applications/science/math/R   @jbedo
136 /pkgs/development/r-modules         @jbedo
138 # Ruby
139 /pkgs/development/interpreters/ruby @marsam
140 /pkgs/development/ruby-modules      @marsam
142 # Rust
143 /pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
144 /pkgs/build-support/rust @zowoq @winterqt @figsoda
145 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
147 # C compilers
148 /pkgs/development/compilers/gcc @amjoseph-nixpkgs
149 /pkgs/development/compilers/llvm @RaitoBezarius
150 /pkgs/development/compilers/emscripten @raitobezarius
151 /doc/languages-frameworks/emscripten.section.md @raitobezarius
153 # Audio
154 /nixos/modules/services/audio/botamusique.nix @mweinelt
155 /nixos/modules/services/audio/snapserver.nix @mweinelt
156 /nixos/tests/modules/services/audio/botamusique.nix @mweinelt
157 /nixos/tests/snapcast.nix @mweinelt
159 # Browsers
160 /pkgs/applications/networking/browsers/firefox @mweinelt
162 # Certificate Authorities
163 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
164 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
165 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
167 # Jetbrains
168 /pkgs/applications/editors/jetbrains @edwtjo
170 # Licenses
171 /lib/licenses.nix @alyssais
173 # Qt / KDE
174 /pkgs/applications/kde @ttuegel
175 /pkgs/desktops/plasma-5 @ttuegel
176 /pkgs/development/libraries/kde-frameworks @ttuegel
177 /pkgs/development/libraries/qt-5 @ttuegel
179 # PostgreSQL and related stuff
180 /pkgs/servers/sql/postgresql @thoughtpolice @marsam
181 /nixos/modules/services/databases/postgresql.xml @thoughtpolice
182 /nixos/modules/services/databases/postgresql.nix @thoughtpolice
183 /nixos/tests/postgresql.nix @thoughtpolice
185 # Hardened profile & related modules
186 /nixos/modules/profiles/hardened.nix @joachifm
187 /nixos/modules/security/hidepid.nix @joachifm
188 /nixos/modules/security/lock-kernel-modules.nix @joachifm
189 /nixos/modules/security/misc.nix @joachifm
190 /nixos/tests/hardened.nix @joachifm
191 /pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
193 # Home Automation
194 /nixos/modules/services/misc/home-assistant.nix @mweinelt
195 /nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
196 /nixos/tests/home-assistant.nix @mweinelt
197 /nixos/tests/zigbee2mqtt.nix @mweinelt
198 /pkgs/servers/home-assistant @mweinelt
199 /pkgs/tools/misc/esphome @mweinelt
201 # Network Time Daemons
202 /pkgs/tools/networking/chrony @thoughtpolice
203 /pkgs/tools/networking/ntp @thoughtpolice
204 /pkgs/tools/networking/openntpd @thoughtpolice
205 /nixos/modules/services/networking/ntp @thoughtpolice
207 # Network
208 /pkgs/tools/networking/kea/default.nix @mweinelt
209 /pkgs/tools/networking/babeld/default.nix @mweinelt
210 /nixos/modules/services/networking/babeld.nix @mweinelt
211 /nixos/modules/services/networking/kea.nix @mweinelt
212 /nixos/modules/services/networking/knot.nix @mweinelt
213 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
214 /nixos/tests/babeld.nix @mweinelt
215 /nixos/tests/kea.nix @mweinelt
216 /nixos/tests/knot.nix @mweinelt
218 # Web servers
219 /doc/packages/nginx.section.md @raitobezarius
220 /pkgs/servers/http/nginx/ @raitobezarius
221 /nixos/modules/services/web-servers/nginx/ @raitobezarius
223 # Dhall
224 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
225 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
227 # Idris
228 /pkgs/development/idris-modules @Infinisil
230 # Bazel
231 /pkgs/development/tools/build-managers/bazel @Profpatsch
233 # NixOS modules for e-mail and dns services
234 /nixos/modules/services/mail/mailman.nix    @peti
235 /nixos/modules/services/mail/postfix.nix    @peti
236 /nixos/modules/services/networking/bind.nix @peti
237 /nixos/modules/services/mail/rspamd.nix     @peti
239 # Emacs
240 /pkgs/applications/editors/emacs/elisp-packages @adisbladis
241 /pkgs/applications/editors/emacs                @adisbladis
242 /pkgs/top-level/emacs-packages.nix              @adisbladis
244 # Neovim
245 /pkgs/applications/editors/neovim      @figsoda @jonringer @teto
247 # VimPlugins
248 /pkgs/applications/editors/vim/plugins         @figsoda @jonringer
250 # VsCode Extensions
251 /pkgs/applications/editors/vscode/extensions   @jonringer
253 # PHP interpreter, packages, extensions, tests and documentation
254 /doc/languages-frameworks/php.section.md          @aanderse @drupol @etu @globin @ma27 @talyz
255 /nixos/tests/php                                  @aanderse @drupol @etu @globin @ma27 @talyz
256 /pkgs/build-support/php/build-pecl.nix            @aanderse @drupol @etu @globin @ma27 @talyz
257 /pkgs/build-support/php                                     @drupol @etu
258 /pkgs/development/interpreters/php       @jtojnar @aanderse @drupol @etu @globin @ma27 @talyz
259 /pkgs/development/php-packages                    @aanderse @drupol @etu @globin @ma27 @talyz
260 /pkgs/top-level/php-packages.nix         @jtojnar @aanderse @drupol @etu @globin @ma27 @talyz
262 # Podman, CRI-O modules and related
263 /nixos/modules/virtualisation/containers.nix @adisbladis
264 /nixos/modules/virtualisation/cri-o.nix      @adisbladis
265 /nixos/modules/virtualisation/podman         @adisbladis
266 /nixos/tests/cri-o.nix                       @adisbladis
267 /nixos/tests/podman                          @adisbladis
269 # Docker tools
270 /pkgs/build-support/docker                   @roberth
271 /nixos/tests/docker-tools*                   @roberth
272 /doc/build-helpers/images/dockertools.section.md  @roberth
274 # Blockchains
275 /pkgs/applications/blockchains  @mmahut @RaghavSood
277 # Go
278 /doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq
279 /pkgs/build-support/go @kalbasit @Mic92 @zowoq
280 /pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
282 # GNOME
283 /pkgs/desktops/gnome                              @jtojnar
284 /pkgs/desktops/gnome/extensions       @piegamesde @jtojnar
285 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
287 # Cinnamon
288 /pkgs/desktops/cinnamon @mkg20001
290 # nim
291 /pkgs/development/compilers/nim   @ehmry
292 /pkgs/development/nim-packages    @ehmry
293 /pkgs/top-level/nim-packages.nix  @ehmry
295 # terraform providers
296 /pkgs/applications/networking/cluster/terraform-providers @zowoq
298 # Matrix
299 /pkgs/servers/heisenbridge                                 @piegamesde
300 /pkgs/servers/matrix-conduit                               @piegamesde
301 /nixos/modules/services/misc/heisenbridge.nix              @piegamesde
302 /nixos/modules/services/misc/matrix-conduit.nix            @piegamesde
303 /nixos/tests/matrix-conduit.nix                            @piegamesde
305 # Forgejo
306 nixos/modules/services/misc/forgejo.nix      @bendlas @emilylange
307 pkgs/applications/version-management/forgejo @bendlas @emilylange
309 # Dotnet
310 /pkgs/build-support/dotnet                  @IvarWithoutBones
311 /pkgs/development/compilers/dotnet          @IvarWithoutBones
312 /pkgs/test/dotnet                           @IvarWithoutBones
313 /doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
315 # Node.js
316 /pkgs/build-support/node/build-npm-package      @lilyinstarlight @winterqt
317 /pkgs/build-support/node/fetch-npm-deps         @lilyinstarlight @winterqt
318 /doc/languages-frameworks/javascript.section.md @lilyinstarlight @winterqt
320 # OCaml
321 /pkgs/build-support/ocaml           @ulrikstrid
322 /pkgs/development/compilers/ocaml   @ulrikstrid
323 /pkgs/development/ocaml-modules     @ulrikstrid
325 # ZFS
326 pkgs/os-specific/linux/zfs                @raitobezarius
327 nixos/lib/make-single-disk-zfs-image.nix  @raitobezarius
328 nixos/lib/make-multi-disk-zfs-image.nix   @raitobezarius
329 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
330 nixos/tests/zfs.nix                       @raitobezarius
332 # Zig
333 /pkgs/development/compilers/zig @AndersonTorres @figsoda
334 /doc/hooks/zig.section.md @AndersonTorres @figsoda
336 # Linux Kernel
337 pkgs/os-specific/linux/kernel/manual-config.nix   @amjoseph-nixpkgs