forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / ci / OWNERS
blob4bb5e09c7f3a6dc239df39499d8ae874ccd46326
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
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
148 # Updaters
149 ## update.nix
150 /maintainers/scripts/update.nix   @jtojnar
151 /maintainers/scripts/update.py    @jtojnar
152 ## common-updater-scripts
153 /pkgs/common-updater/scripts/update-source-version    @jtojnar
155 # Python-related code and docs
156 /doc/languages-frameworks/python.section.md   @mweinelt @natsukium
157 /maintainers/scripts/update-python-libraries  @mweinelt @natsukium
158 /pkgs/development/interpreters/python         @mweinelt @natsukium
159 /pkgs/top-level/python-packages.nix                     @natsukium
160 /pkgs/top-level/release-python.nix                      @natsukium
162 # Haskell
163 /doc/languages-frameworks/haskell.section.md  @sternenseemann @maralorn
164 /maintainers/scripts/haskell                  @sternenseemann @maralorn
165 /pkgs/development/compilers/ghc               @sternenseemann @maralorn
166 /pkgs/development/haskell-modules             @sternenseemann @maralorn
167 /pkgs/test/haskell                            @sternenseemann @maralorn
168 /pkgs/top-level/release-haskell.nix           @sternenseemann @maralorn
169 /pkgs/top-level/haskell-packages.nix          @sternenseemann @maralorn
171 # Perl
172 /pkgs/development/interpreters/perl @stigtsp @zakame @marcusramberg
173 /pkgs/top-level/perl-packages.nix   @stigtsp @zakame @marcusramberg
174 /pkgs/development/perl-modules      @stigtsp @zakame @marcusramberg
176 # R
177 /pkgs/applications/science/math/R   @jbedo
178 /pkgs/development/r-modules         @jbedo
180 # Rust
181 /pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda
182 /pkgs/build-support/rust @zowoq @winterqt @figsoda
183 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
185 # Tcl
186 /pkgs/development/interpreters/tcl  @fgaz
187 /pkgs/development/libraries/tk      @fgaz
188 /pkgs/top-level/tcl-packages.nix    @fgaz
189 /pkgs/development/tcl-modules       @fgaz
190 /doc/languages-frameworks/tcl.section.md @fgaz
192 # C compilers
193 /pkgs/development/compilers/gcc
194 /pkgs/development/compilers/llvm @alyssais @RossComputerGuy @NixOS/llvm
195 /pkgs/development/compilers/emscripten @raitobezarius
196 /doc/languages-frameworks/emscripten.section.md @raitobezarius
198 # Audio
199 /nixos/modules/services/audio/botamusique.nix @mweinelt
200 /nixos/modules/services/audio/snapserver.nix @mweinelt
201 /nixos/tests/botamusique.nix @mweinelt
202 /nixos/tests/snapcast.nix @mweinelt
204 # Browsers
205 /pkgs/applications/networking/browsers/firefox @mweinelt
206 /pkgs/applications/networking/browsers/chromium @emilylange
207 /nixos/tests/chromium.nix @emilylange
209 # Certificate Authorities
210 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
211 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
212 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
214 # Java
215 /doc/languages-frameworks/java.section.md @NixOS/java
216 /doc/languages-frameworks/gradle.section.md @NixOS/java
217 /doc/languages-frameworks/maven.section.md @NixOS/java
218 /pkgs/top-level/java-packages.nix @NixOS/java
220 # Jetbrains
221 /pkgs/applications/editors/jetbrains @edwtjo
223 # Licenses
224 /lib/licenses.nix @alyssais
226 # Qt
227 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
228 /pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
230 # KDE / Plasma 5
231 /pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
232 /pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
233 /pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
235 # KDE / Plasma 6
236 /pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
237 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
239 # PostgreSQL and related stuff
240 /pkgs/servers/sql/postgresql @NixOS/postgres
241 /nixos/modules/services/databases/postgresql.md @NixOS/postgres
242 /nixos/modules/services/databases/postgresql.nix @NixOS/postgres
243 /nixos/tests/postgresql @NixOS/postgres
245 # Hardened profile & related modules
246 /nixos/modules/profiles/hardened.nix                       @joachifm
247 /nixos/modules/security/lock-kernel-modules.nix            @joachifm
248 /nixos/modules/security/misc.nix                           @joachifm
249 /nixos/tests/hardened.nix                                  @joachifm
250 /pkgs/os-specific/linux/kernel/hardened/        @fabianhjr @joachifm
252 # Home Automation
253 /nixos/modules/services/home-automation/home-assistant.nix @mweinelt
254 /nixos/modules/services/home-automation/zigbee2mqtt.nix @mweinelt
255 /nixos/tests/home-assistant.nix @mweinelt
256 /nixos/tests/zigbee2mqtt.nix @mweinelt
257 /pkgs/servers/home-assistant @mweinelt
258 /pkgs/tools/misc/esphome @mweinelt
260 # Network Time Daemons
261 /pkgs/by-name/ch/chrony @thoughtpolice
262 /pkgs/by-name/nt/ntp @thoughtpolice
263 /pkgs/by-name/op/openntpd @thoughtpolice
264 /nixos/modules/services/networking/ntp @thoughtpolice
266 # Network
267 /pkgs/by-name/ke/kea @mweinelt
268 /pkgs/by-name/ba/babeld @mweinelt
269 /nixos/modules/services/networking/babeld.nix @mweinelt
270 /nixos/modules/services/networking/kea.nix @mweinelt
271 /nixos/modules/services/networking/knot.nix @mweinelt
272 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
273 /nixos/tests/babeld.nix @mweinelt
274 /nixos/tests/kea.nix @mweinelt
275 /nixos/tests/knot.nix @mweinelt
277 # Web servers
278 /doc/packages/nginx.section.md @raitobezarius
279 /pkgs/servers/http/nginx/ @raitobezarius
280 /nixos/modules/services/web-servers/nginx/ @raitobezarius
282 # Dhall
283 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
284 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
286 # Idris
287 /pkgs/development/idris-modules @Infinisil
288 /pkgs/development/compilers/idris2 @mattpolzin
290 # Bazel
291 /pkgs/development/tools/build-managers/bazel @Profpatsch
293 # NixOS modules for e-mail and dns services
294 /nixos/modules/services/mail/mailman.nix    @peti
295 /nixos/modules/services/mail/postfix.nix    @peti
296 /nixos/modules/services/networking/bind.nix @peti
297 /nixos/modules/services/mail/rspamd.nix     @peti
299 # Emacs
300 /pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
301 /pkgs/applications/editors/emacs                @NixOS/emacs
302 /pkgs/top-level/emacs-packages.nix              @NixOS/emacs
303 /doc/packages/emacs.section.md                  @NixOS/emacs
304 /nixos/modules/services/editors/emacs.md        @NixOS/emacs
306 # Kakoune
307 /pkgs/applications/editors/kakoune     @philiptaron
309 # Neovim
310 /pkgs/applications/editors/neovim      @NixOS/neovim
312 # VimPlugins
313 /pkgs/applications/editors/vim/plugins         @NixOS/neovim
315 # VsCode Extensions
316 /pkgs/applications/editors/vscode/extensions
318 # PHP interpreter, packages, extensions, tests and documentation
319 /doc/languages-frameworks/php.section.md          @aanderse @drupol @globin @ma27 @talyz
320 /nixos/tests/php                                  @aanderse @drupol @globin @ma27 @talyz
321 /pkgs/build-support/php/build-pecl.nix            @aanderse @drupol @globin @ma27 @talyz
322 /pkgs/build-support/php                                     @drupol
323 /pkgs/development/interpreters/php       @jtojnar @aanderse @drupol @globin @ma27 @talyz
324 /pkgs/development/php-packages                    @aanderse @drupol @globin @ma27 @talyz
325 /pkgs/top-level/php-packages.nix         @jtojnar @aanderse @drupol @globin @ma27 @talyz
327 # Docker tools
328 /pkgs/build-support/docker                   @roberth
329 /nixos/tests/docker-tools*                   @roberth
330 /doc/build-helpers/images/dockertools.section.md  @roberth
332 # Blockchains
333 /pkgs/applications/blockchains  @mmahut @RaghavSood
335 # Go
336 /doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
337 /pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
338 /pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
340 # GNOME
341 /pkgs/desktops/gnome                              @jtojnar
342 /pkgs/desktops/gnome/extensions                   @jtojnar
343 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
345 # Cinnamon
346 /pkgs/by-name/ci/cinnamon-*    @mkg20001
347 /pkgs/by-name/cj/cjs           @mkg20001
348 /pkgs/by-name/mu/muffin        @mkg20001
349 /pkgs/by-name/ne/nemo          @mkg20001
350 /pkgs/by-name/ne/nemo-*        @mkg20001
352 # Xfce
353 /doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce
355 # nim
356 /doc/languages-frameworks/nim.section.md  @ehmry
357 /pkgs/build-support/build-nim-package.nix @ehmry
358 /pkgs/top-level/nim-overrides.nix         @ehmry
360 # terraform providers
361 /pkgs/applications/networking/cluster/terraform-providers @zowoq
363 # Forgejo
364 nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
365 pkgs/by-name/fo/forgejo/                @adamcstephens @bendlas @emilylange
367 # Dotnet
368 /pkgs/build-support/dotnet                  @corngood
369 /pkgs/development/compilers/dotnet          @corngood
370 /pkgs/test/dotnet                           @corngood
371 /doc/languages-frameworks/dotnet.section.md @corngood
373 # Node.js
374 /pkgs/build-support/node/build-npm-package      @winterqt
375 /pkgs/build-support/node/fetch-npm-deps         @winterqt
376 /doc/languages-frameworks/javascript.section.md @winterqt
377 /pkgs/development/tools/pnpm                    @Scrumplex @gepbird
379 # OCaml
380 /pkgs/build-support/ocaml           @ulrikstrid
381 /pkgs/development/compilers/ocaml   @ulrikstrid
382 /pkgs/development/ocaml-modules     @ulrikstrid
384 # ZFS
385 pkgs/os-specific/linux/zfs/2_1.nix        @raitobezarius
386 pkgs/os-specific/linux/zfs/generic.nix    @raitobezarius
387 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
388 nixos/tests/zfs.nix                       @raitobezarius
390 # Zig
391 /pkgs/development/compilers/zig @figsoda
392 /doc/hooks/zig.section.md       @figsoda
394 # Buildbot
395 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
396 nixos/tests/buildbot.nix                               @Mic92 @zowoq
397 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
399 # Pretix
400 pkgs/by-name/pr/pretix/ @mweinelt
401 pkgs/by-name/pr/pretalx/ @mweinelt
402 nixos/modules/services/web-apps/pretix.nix @mweinelt
403 nixos/modules/services/web-apps/pretalx.nix @mweinelt
404 nixos/tests/web-apps/pretix.nix @mweinelt
405 nixos/tests/web-apps/pretalx.nix @mweinelt
407 # incus/lxc
408 nixos/maintainers/scripts/incus/        @adamcstephens
409 nixos/modules/virtualisation/incus.nix  @adamcstephens
410 nixos/modules/virtualisation/lxc*       @adamcstephens
411 nixos/tests/incus/                      @adamcstephens
412 pkgs/by-name/in/incus/                  @adamcstephens
413 pkgs/by-name/lx/lxc*                    @adamcstephens
415 # ExpidusOS, Flutter
416 /pkgs/development/compilers/flutter @RossComputerGuy
417 /pkgs/desktops/expidus              @RossComputerGuy
419 # GNU Tar & Zip
420 /pkgs/tools/archivers/gnutar        @RossComputerGuy
421 /pkgs/by-name/zi/zip           @RossComputerGuy
423 # SELinux
424 /pkgs/by-name/ch/checkpolicy @RossComputerGuy
425 /pkgs/by-name/li/libselinux  @RossComputerGuy
426 /pkgs/by-name/li/libsepol    @RossComputerGuy
428 # installShellFiles
429 /pkgs/by-name/in/installShellFiles/*     @Ericson2314
430 /pkgs/test/install-shell-files/*         @Ericson2314
431 /doc/hooks/installShellFiles.section.md  @Ericson2314
433 # Darwin
434 /pkgs/by-name/ap/apple-sdk                     @NixOS/darwin-core
435 /pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
436 /pkgs/stdenv/darwin                            @NixOS/darwin-core