python312Packages.slack-sdk: 3.33.3 -> 3.33.4 (#358119)
[NixPkgs.git] / ci / OWNERS
blobd67e6b019b8ccde0ddbfcae03a598558eea62e49
1 # This file is used to describe who owns what in this repository.
2 # Users/teams will get review requests for PRs that change their files.
4 # This file does not replace `meta.maintainers`
5 # but is instead used for other things than derivations and modules,
6 # like documentation, package sets, and other assets.
8 # This file uses the same syntax as the natively supported CODEOWNERS file,
9 # see https://help.github.com/articles/about-codeowners/ for documentation.
10 # However it comes with some notable differences:
11 # - There is no need for user/team listed here to have write access.
12 # - No reviews will be requested for PRs that target the wrong base branch.
14 # Processing of this file is implemented in workflows/codeowners-v2.yml
16 # CI
17 /.github/workflows @NixOS/Security @Mic92 @zowoq @infinisil @azuwis
18 /.github/workflows/check-nix-format.yml @infinisil
19 /.github/workflows/nixpkgs-vet.yml @infinisil @philiptaron
20 /.github/workflows/codeowners-v2.yml @infinisil
21 /ci @infinisil @philiptaron @NixOS/Security
22 /ci/OWNERS @infinisil @philiptaron
24 # Development support
25 /.editorconfig @Mic92 @zowoq
26 /shell.nix @infinisil @NixOS/Security
28 # Libraries
29 /lib                        @infinisil
30 /lib/systems                @alyssais @ericson2314 @NixOS/stdenv
31 /lib/generators.nix         @infinisil @Profpatsch
32 /lib/cli.nix                @infinisil @Profpatsch
33 /lib/debug.nix              @infinisil @Profpatsch
34 /lib/asserts.nix            @infinisil @Profpatsch
35 /lib/path/*                 @infinisil
36 /lib/fileset                @infinisil
37 ## Libraries / Module system
38 /lib/modules.nix            @infinisil @roberth
39 /lib/types.nix              @infinisil @roberth
40 /lib/options.nix            @infinisil @roberth
41 /lib/tests/modules.sh       @infinisil @roberth
42 /lib/tests/modules          @infinisil @roberth
44 # Nixpkgs Internals
45 /default.nix                                     @Ericson2314
46 /pkgs/top-level/default.nix                      @Ericson2314
47 /pkgs/top-level/impure.nix                       @Ericson2314
48 /pkgs/top-level/stage.nix                        @Ericson2314
49 /pkgs/top-level/splice.nix                       @Ericson2314
50 /pkgs/top-level/release-cross.nix                @Ericson2314
51 /pkgs/top-level/by-name-overlay.nix              @infinisil @philiptaron
52 /pkgs/stdenv                                     @philiptaron @NixOS/stdenv
53 /pkgs/stdenv/generic                             @Ericson2314 @NixOS/stdenv
54 /pkgs/stdenv/generic/check-meta.nix              @Ericson2314 @NixOS/stdenv
55 /pkgs/stdenv/cross                               @Ericson2314 @NixOS/stdenv
56 /pkgs/build-support                              @philiptaron
57 /pkgs/build-support/cc-wrapper                   @Ericson2314
58 /pkgs/build-support/bintools-wrapper             @Ericson2314
59 /pkgs/build-support/setup-hooks                  @Ericson2314
60 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
61 /pkgs/by-name/au/auto-patchelf                   @layus
62 /pkgs/pkgs-lib                                   @infinisil
63 ## Format generators/serializers
64 /pkgs/pkgs-lib/formats/libconfig                 @h7x4
65 /pkgs/pkgs-lib/formats/hocon                     @h7x4
67 # Nixpkgs build-support
68 /pkgs/build-support/writers @lassulus @Profpatsch
70 # Nixpkgs make-disk-image
71 /doc/build-helpers/images/makediskimage.section.md  @raitobezarius
72 /nixos/lib/make-disk-image.nix                 @raitobezarius
74 # Nix, the package manager
75 # @raitobezarius is not "code owner", but is listed here to be notified of changes
76 # pertaining to the Nix package manager.
77 # i.e. no authority over those files.
78 pkgs/tools/package-management/nix/                    @NixOS/nix-team @raitobezarius
79 nixos/modules/installer/tools/nix-fallback-paths.nix  @NixOS/nix-team @raitobezarius
81 # Nixpkgs documentation
82 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
83 /maintainers/scripts/doc @jtojnar @ryantm
85 # Contributor documentation
86 /CONTRIBUTING.md @infinisil
87 /.github/PULL_REQUEST_TEMPLATE.md @infinisil
88 /doc/contributing/ @infinisil
89 /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
90 /lib/README.md @infinisil
91 /doc/README.md @infinisil
92 /nixos/README.md @infinisil
93 /pkgs/README.md @infinisil
94 /pkgs/by-name/README.md @infinisil
95 /maintainers/README.md @infinisil
97 # User-facing development documentation
98 /doc/development.md @infinisil
99 /doc/development @infinisil
101 # NixOS Internals
102 /nixos/default.nix                                    @infinisil
103 /nixos/lib/from-env.nix                               @infinisil
104 /nixos/lib/eval-config.nix                            @infinisil
105 /nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h @raitobezarius
106 /nixos/modules/system/activation/bootspec.cue         @grahamc @cole-h @raitobezarius
108 # NixOS Render Docs
109 /pkgs/by-name/ni/nixos-render-docs @fricklerhandwerk @GetPsyched @hsjobeki
110 /doc/redirects.json                @fricklerhandwerk @GetPsyched @hsjobeki
111 /nixos/doc/manual/redirects.json   @fricklerhandwerk @GetPsyched @hsjobeki
113 # NixOS integration test driver
114 /nixos/lib/test-driver  @tfc
116 # NixOS QEMU virtualisation
117 /nixos/modules/virtualisation/qemu-vm.nix           @raitobezarius
119 # ACME
120 /nixos/modules/security/acme                @NixOS/acme
122 # Systemd
123 /nixos/modules/system/boot/systemd.nix      @NixOS/systemd
124 /nixos/modules/system/boot/systemd          @NixOS/systemd
125 /nixos/lib/systemd-*.nix                    @NixOS/systemd
126 /pkgs/os-specific/linux/systemd             @NixOS/systemd
128 # Systemd-boot
129 /nixos/modules/system/boot/loader/systemd-boot      @JulienMalka
131 # Images and installer media
132 /nixos/modules/profiles/installation-device.nix @ElvishJerricco
133 /nixos/modules/installer/cd-dvd/                @ElvishJerricco
134 /nixos/modules/installer/sd-card/
136 # Amazon
137 /nixos/modules/virtualisation/amazon-init.nix     @arianvp
138 /nixos/modules/virtualisation/ec2-data.nix        @arianvp
139 /nixos/modules/virtualisation/amazon-options.nix  @arianvp
140 /nixos/modules/virtualisation/amazon-image.nix    @arianvp
141 /nixos/maintainers/scripts/ec2/                   @arianvp
142 /nixos/modules/services/misc/amazon-ssm-agent.nix @arianvp
143 /nixos/tests/amazon-ssm-agent.nix                 @arianvp
144 /nixos/modules/system/boot/grow-partition.nix     @arianvp
146 # nixos-rebuild-ng
147 /pkgs/by-name/ni/nixos-rebuild-ng                 @thiagokokada
150 # Updaters
151 ## update.nix
152 /maintainers/scripts/update.nix   @jtojnar
153 /maintainers/scripts/update.py    @jtojnar
154 ## common-updater-scripts
155 /pkgs/common-updater/scripts/update-source-version    @jtojnar
157 # Python-related code and docs
158 /doc/languages-frameworks/python.section.md   @mweinelt @natsukium
159 /maintainers/scripts/update-python-libraries  @mweinelt @natsukium
160 /pkgs/development/interpreters/python         @mweinelt @natsukium
161 /pkgs/top-level/python-packages.nix                     @natsukium
162 /pkgs/top-level/release-python.nix                      @natsukium
164 # Haskell
165 /doc/languages-frameworks/haskell.section.md  @sternenseemann @maralorn
166 /maintainers/scripts/haskell                  @sternenseemann @maralorn
167 /pkgs/development/compilers/ghc               @sternenseemann @maralorn
168 /pkgs/development/haskell-modules             @sternenseemann @maralorn
169 /pkgs/test/haskell                            @sternenseemann @maralorn
170 /pkgs/top-level/release-haskell.nix           @sternenseemann @maralorn
171 /pkgs/top-level/haskell-packages.nix          @sternenseemann @maralorn
173 # Perl
174 /pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
175 /pkgs/top-level/perl-packages.nix   @stigtsp @zakame @marcusramberg
176 /pkgs/development/perl-modules      @stigtsp @zakame @marcusramberg
178 # R
179 /pkgs/applications/science/math/R   @jbedo
180 /pkgs/development/r-modules         @jbedo
182 # Rust
183 /pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
184 /pkgs/build-support/rust @zowoq @winterqt @figsoda
185 /pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt
186 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
188 # Tcl
189 /pkgs/development/interpreters/tcl  @fgaz
190 /pkgs/development/libraries/tk      @fgaz
191 /pkgs/top-level/tcl-packages.nix    @fgaz
192 /pkgs/development/tcl-modules       @fgaz
193 /doc/languages-frameworks/tcl.section.md @fgaz
195 # C compilers
196 /pkgs/development/compilers/gcc
197 /pkgs/development/compilers/llvm @alyssais @RossComputerGuy @NixOS/llvm
198 /pkgs/development/compilers/emscripten @raitobezarius
199 /doc/languages-frameworks/emscripten.section.md @raitobezarius
201 # Audio
202 /nixos/modules/services/audio/botamusique.nix @mweinelt
203 /nixos/modules/services/audio/snapserver.nix @mweinelt
204 /nixos/tests/botamusique.nix @mweinelt
205 /nixos/tests/snapcast.nix @mweinelt
207 # Browsers
208 /pkgs/applications/networking/browsers/firefox @mweinelt
209 /pkgs/applications/networking/browsers/chromium @emilylange
210 /nixos/tests/chromium.nix @emilylange
212 # Certificate Authorities
213 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
214 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
215 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
217 # Java
218 /doc/languages-frameworks/java.section.md @NixOS/java
219 /doc/languages-frameworks/gradle.section.md @NixOS/java
220 /doc/languages-frameworks/maven.section.md @NixOS/java
221 /pkgs/top-level/java-packages.nix @NixOS/java
223 # Jetbrains
224 /pkgs/applications/editors/jetbrains @edwtjo
226 # Licenses
227 /lib/licenses.nix @alyssais
229 # Qt
230 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
231 /pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
233 # KDE / Plasma 5
234 /pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
235 /pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
236 /pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
238 # KDE / Plasma 6
239 /pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
240 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
242 # PostgreSQL and related stuff
243 /pkgs/servers/sql/postgresql @NixOS/postgres
244 /pkgs/development/tools/rust/cargo-pgrx @NixOS/postgres
245 /nixos/modules/services/databases/postgresql.md @NixOS/postgres
246 /nixos/modules/services/databases/postgresql.nix @NixOS/postgres
247 /nixos/tests/postgresql @NixOS/postgres
249 # Hardened profile & related modules
250 /nixos/modules/profiles/hardened.nix                       @joachifm
251 /nixos/modules/security/lock-kernel-modules.nix            @joachifm
252 /nixos/modules/security/misc.nix                           @joachifm
253 /nixos/tests/hardened.nix                                  @joachifm
254 /pkgs/os-specific/linux/kernel/hardened/        @fabianhjr @joachifm
256 # Home Automation
257 /nixos/modules/services/home-automation/home-assistant.nix @mweinelt
258 /nixos/modules/services/home-automation/zigbee2mqtt.nix @mweinelt
259 /nixos/tests/home-assistant.nix @mweinelt
260 /nixos/tests/zigbee2mqtt.nix @mweinelt
261 /pkgs/servers/home-assistant @mweinelt
262 /pkgs/tools/misc/esphome @mweinelt
264 # Network Time Daemons
265 /pkgs/by-name/ch/chrony @thoughtpolice
266 /pkgs/by-name/nt/ntp @thoughtpolice
267 /pkgs/by-name/op/openntpd @thoughtpolice
268 /nixos/modules/services/networking/ntp @thoughtpolice
270 # Network
271 /pkgs/by-name/ke/kea @mweinelt
272 /pkgs/by-name/ba/babeld @mweinelt
273 /nixos/modules/services/networking/babeld.nix @mweinelt
274 /nixos/modules/services/networking/kea.nix @mweinelt
275 /nixos/modules/services/networking/knot.nix @mweinelt
276 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
277 /nixos/tests/babeld.nix @mweinelt
278 /nixos/tests/kea.nix @mweinelt
279 /nixos/tests/knot.nix @mweinelt
281 # Web servers
282 /doc/packages/nginx.section.md @raitobezarius
283 /pkgs/servers/http/nginx/ @raitobezarius
284 /nixos/modules/services/web-servers/nginx/ @raitobezarius
286 # Dhall
287 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
288 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
290 # Idris
291 /pkgs/development/idris-modules @Infinisil
292 /pkgs/development/compilers/idris2 @mattpolzin
294 # Bazel
295 /pkgs/development/tools/build-managers/bazel @Profpatsch
297 # NixOS modules for e-mail and dns services
298 /nixos/modules/services/mail/mailman.nix    @peti
299 /nixos/modules/services/mail/postfix.nix    @peti
300 /nixos/modules/services/networking/bind.nix @peti
301 /nixos/modules/services/mail/rspamd.nix     @peti
303 # Emacs
304 /pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
305 /pkgs/applications/editors/emacs                @NixOS/emacs
306 /pkgs/top-level/emacs-packages.nix              @NixOS/emacs
307 /doc/packages/emacs.section.md                  @NixOS/emacs
308 /nixos/modules/services/editors/emacs.md        @NixOS/emacs
310 # Kakoune
311 /pkgs/applications/editors/kakoune     @philiptaron
313 # Neovim
314 /pkgs/applications/editors/neovim      @NixOS/neovim
316 # VimPlugins
317 /pkgs/applications/editors/vim/plugins         @NixOS/neovim
319 # VsCode Extensions
320 /pkgs/applications/editors/vscode/extensions
322 # PHP interpreter, packages, extensions, tests and documentation
323 /doc/languages-frameworks/php.section.md          @aanderse @drupol @globin @ma27 @talyz
324 /nixos/tests/php                                  @aanderse @drupol @globin @ma27 @talyz
325 /pkgs/build-support/php/build-pecl.nix            @aanderse @drupol @globin @ma27 @talyz
326 /pkgs/build-support/php                                     @drupol
327 /pkgs/development/interpreters/php       @jtojnar @aanderse @drupol @globin @ma27 @talyz
328 /pkgs/development/php-packages                    @aanderse @drupol @globin @ma27 @talyz
329 /pkgs/top-level/php-packages.nix         @jtojnar @aanderse @drupol @globin @ma27 @talyz
331 # Docker tools
332 /pkgs/build-support/docker                   @roberth
333 /nixos/tests/docker-tools*                   @roberth
334 /doc/build-helpers/images/dockertools.section.md  @roberth
336 # Blockchains
337 /pkgs/applications/blockchains  @mmahut @RaghavSood
339 # Go
340 /doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
341 /pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
342 /pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
344 # GNOME
345 /pkgs/desktops/gnome                              @jtojnar
346 /pkgs/desktops/gnome/extensions                   @jtojnar
347 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
349 # Cinnamon
350 /pkgs/by-name/ci/cinnamon-*    @mkg20001
351 /pkgs/by-name/cj/cjs           @mkg20001
352 /pkgs/by-name/mu/muffin        @mkg20001
353 /pkgs/by-name/ne/nemo          @mkg20001
354 /pkgs/by-name/ne/nemo-*        @mkg20001
356 # Xfce
357 /doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce
359 # nim
360 /doc/languages-frameworks/nim.section.md  @ehmry
361 /pkgs/build-support/build-nim-package.nix @ehmry
362 /pkgs/top-level/nim-overrides.nix         @ehmry
364 # terraform providers
365 /pkgs/applications/networking/cluster/terraform-providers @zowoq
367 # Forgejo
368 nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
369 pkgs/by-name/fo/forgejo/                @adamcstephens @bendlas @emilylange
371 # Dotnet
372 /pkgs/build-support/dotnet                  @corngood
373 /pkgs/development/compilers/dotnet          @corngood
374 /pkgs/test/dotnet                           @corngood
375 /doc/languages-frameworks/dotnet.section.md @corngood
377 # Node.js
378 /pkgs/build-support/node/build-npm-package      @winterqt
379 /pkgs/build-support/node/fetch-npm-deps         @winterqt
380 /doc/languages-frameworks/javascript.section.md @winterqt
381 /pkgs/development/tools/pnpm                    @Scrumplex @gepbird
383 # OCaml
384 /pkgs/build-support/ocaml           @ulrikstrid
385 /pkgs/development/compilers/ocaml   @ulrikstrid
386 /pkgs/development/ocaml-modules     @ulrikstrid
388 # ZFS
389 pkgs/os-specific/linux/zfs/2_1.nix        @raitobezarius
390 pkgs/os-specific/linux/zfs/generic.nix    @raitobezarius
391 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
392 nixos/tests/zfs.nix                       @raitobezarius
394 # Zig
395 /pkgs/development/compilers/zig @figsoda
396 /doc/hooks/zig.section.md       @figsoda
398 # Buildbot
399 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
400 nixos/tests/buildbot.nix                               @Mic92 @zowoq
401 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
403 # Pretix
404 pkgs/by-name/pr/pretix/ @mweinelt
405 pkgs/by-name/pr/pretalx/ @mweinelt
406 nixos/modules/services/web-apps/pretix.nix @mweinelt
407 nixos/modules/services/web-apps/pretalx.nix @mweinelt
408 nixos/tests/web-apps/pretix.nix @mweinelt
409 nixos/tests/web-apps/pretalx.nix @mweinelt
411 # incus/lxc
412 nixos/maintainers/scripts/incus/        @adamcstephens
413 nixos/modules/virtualisation/incus.nix  @adamcstephens
414 nixos/modules/virtualisation/lxc*       @adamcstephens
415 nixos/tests/incus/                      @adamcstephens
416 pkgs/by-name/in/incus/                  @adamcstephens
417 pkgs/by-name/lx/lxc*                    @adamcstephens
419 # ExpidusOS, Flutter
420 /pkgs/development/compilers/flutter @RossComputerGuy
421 /pkgs/desktops/expidus              @RossComputerGuy
423 # GNU Tar & Zip
424 /pkgs/tools/archivers/gnutar        @RossComputerGuy
425 /pkgs/by-name/zi/zip           @RossComputerGuy
427 # SELinux
428 /pkgs/by-name/ch/checkpolicy @RossComputerGuy
429 /pkgs/by-name/li/libselinux  @RossComputerGuy
430 /pkgs/by-name/li/libsepol    @RossComputerGuy
432 # installShellFiles
433 /pkgs/by-name/in/installShellFiles/*     @Ericson2314
434 /pkgs/test/install-shell-files/*         @Ericson2314
435 /doc/hooks/installShellFiles.section.md  @Ericson2314
437 # Darwin
438 /pkgs/by-name/ap/apple-sdk                     @NixOS/darwin-core
439 /pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
440 /pkgs/stdenv/darwin                            @NixOS/darwin-core