snipaste: add desktop entries (#356553)
[NixPkgs.git] / ci / OWNERS
blob9795b76eef46ff86c63b8484c35cc041717af308
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
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 /nixos/modules/services/databases/postgresql.md @NixOS/postgres
245 /nixos/modules/services/databases/postgresql.nix @NixOS/postgres
246 /nixos/tests/postgresql @NixOS/postgres
248 # Hardened profile & related modules
249 /nixos/modules/profiles/hardened.nix                       @joachifm
250 /nixos/modules/security/lock-kernel-modules.nix            @joachifm
251 /nixos/modules/security/misc.nix                           @joachifm
252 /nixos/tests/hardened.nix                                  @joachifm
253 /pkgs/os-specific/linux/kernel/hardened/        @fabianhjr @joachifm
255 # Home Automation
256 /nixos/modules/services/home-automation/home-assistant.nix @mweinelt
257 /nixos/modules/services/home-automation/zigbee2mqtt.nix @mweinelt
258 /nixos/tests/home-assistant.nix @mweinelt
259 /nixos/tests/zigbee2mqtt.nix @mweinelt
260 /pkgs/servers/home-assistant @mweinelt
261 /pkgs/tools/misc/esphome @mweinelt
263 # Network Time Daemons
264 /pkgs/by-name/ch/chrony @thoughtpolice
265 /pkgs/by-name/nt/ntp @thoughtpolice
266 /pkgs/by-name/op/openntpd @thoughtpolice
267 /nixos/modules/services/networking/ntp @thoughtpolice
269 # Network
270 /pkgs/by-name/ke/kea @mweinelt
271 /pkgs/by-name/ba/babeld @mweinelt
272 /nixos/modules/services/networking/babeld.nix @mweinelt
273 /nixos/modules/services/networking/kea.nix @mweinelt
274 /nixos/modules/services/networking/knot.nix @mweinelt
275 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
276 /nixos/tests/babeld.nix @mweinelt
277 /nixos/tests/kea.nix @mweinelt
278 /nixos/tests/knot.nix @mweinelt
280 # Web servers
281 /doc/packages/nginx.section.md @raitobezarius
282 /pkgs/servers/http/nginx/ @raitobezarius
283 /nixos/modules/services/web-servers/nginx/ @raitobezarius
285 # Dhall
286 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
287 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
289 # Idris
290 /pkgs/development/idris-modules @Infinisil
291 /pkgs/development/compilers/idris2 @mattpolzin
293 # Bazel
294 /pkgs/development/tools/build-managers/bazel @Profpatsch
296 # NixOS modules for e-mail and dns services
297 /nixos/modules/services/mail/mailman.nix    @peti
298 /nixos/modules/services/mail/postfix.nix    @peti
299 /nixos/modules/services/networking/bind.nix @peti
300 /nixos/modules/services/mail/rspamd.nix     @peti
302 # Emacs
303 /pkgs/applications/editors/emacs/elisp-packages @NixOS/emacs
304 /pkgs/applications/editors/emacs                @NixOS/emacs
305 /pkgs/top-level/emacs-packages.nix              @NixOS/emacs
306 /doc/packages/emacs.section.md                  @NixOS/emacs
307 /nixos/modules/services/editors/emacs.md        @NixOS/emacs
309 # Kakoune
310 /pkgs/applications/editors/kakoune     @philiptaron
312 # Neovim
313 /pkgs/applications/editors/neovim      @NixOS/neovim
315 # VimPlugins
316 /pkgs/applications/editors/vim/plugins         @NixOS/neovim
318 # VsCode Extensions
319 /pkgs/applications/editors/vscode/extensions
321 # PHP interpreter, packages, extensions, tests and documentation
322 /doc/languages-frameworks/php.section.md          @aanderse @drupol @globin @ma27 @talyz
323 /nixos/tests/php                                  @aanderse @drupol @globin @ma27 @talyz
324 /pkgs/build-support/php/build-pecl.nix            @aanderse @drupol @globin @ma27 @talyz
325 /pkgs/build-support/php                                     @drupol
326 /pkgs/development/interpreters/php       @jtojnar @aanderse @drupol @globin @ma27 @talyz
327 /pkgs/development/php-packages                    @aanderse @drupol @globin @ma27 @talyz
328 /pkgs/top-level/php-packages.nix         @jtojnar @aanderse @drupol @globin @ma27 @talyz
330 # Docker tools
331 /pkgs/build-support/docker                   @roberth
332 /nixos/tests/docker-tools*                   @roberth
333 /doc/build-helpers/images/dockertools.section.md  @roberth
335 # Blockchains
336 /pkgs/applications/blockchains  @mmahut @RaghavSood
338 # Go
339 /doc/languages-frameworks/go.section.md @kalbasit @katexochen @Mic92 @zowoq
340 /pkgs/build-support/go @kalbasit @katexochen @Mic92 @zowoq
341 /pkgs/development/compilers/go @kalbasit @katexochen @Mic92 @zowoq
343 # GNOME
344 /pkgs/desktops/gnome                              @jtojnar
345 /pkgs/desktops/gnome/extensions                   @jtojnar
346 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
348 # Cinnamon
349 /pkgs/by-name/ci/cinnamon-*    @mkg20001
350 /pkgs/by-name/cj/cjs           @mkg20001
351 /pkgs/by-name/mu/muffin        @mkg20001
352 /pkgs/by-name/ne/nemo          @mkg20001
353 /pkgs/by-name/ne/nemo-*        @mkg20001
355 # Xfce
356 /doc/hooks/xfce4-dev-tools.section.md @NixOS/xfce
358 # nim
359 /doc/languages-frameworks/nim.section.md  @ehmry
360 /pkgs/build-support/build-nim-package.nix @ehmry
361 /pkgs/top-level/nim-overrides.nix         @ehmry
363 # terraform providers
364 /pkgs/applications/networking/cluster/terraform-providers @zowoq
366 # Forgejo
367 nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
368 pkgs/by-name/fo/forgejo/                @adamcstephens @bendlas @emilylange
370 # Dotnet
371 /pkgs/build-support/dotnet                  @corngood
372 /pkgs/development/compilers/dotnet          @corngood
373 /pkgs/test/dotnet                           @corngood
374 /doc/languages-frameworks/dotnet.section.md @corngood
376 # Node.js
377 /pkgs/build-support/node/build-npm-package      @winterqt
378 /pkgs/build-support/node/fetch-npm-deps         @winterqt
379 /doc/languages-frameworks/javascript.section.md @winterqt
380 /pkgs/development/tools/pnpm                    @Scrumplex @gepbird
382 # OCaml
383 /pkgs/build-support/ocaml           @ulrikstrid
384 /pkgs/development/compilers/ocaml   @ulrikstrid
385 /pkgs/development/ocaml-modules     @ulrikstrid
387 # ZFS
388 pkgs/os-specific/linux/zfs/2_1.nix        @raitobezarius
389 pkgs/os-specific/linux/zfs/generic.nix    @raitobezarius
390 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
391 nixos/tests/zfs.nix                       @raitobezarius
393 # Zig
394 /pkgs/development/compilers/zig @figsoda
395 /doc/hooks/zig.section.md       @figsoda
397 # Buildbot
398 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
399 nixos/tests/buildbot.nix                               @Mic92 @zowoq
400 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
402 # Pretix
403 pkgs/by-name/pr/pretix/ @mweinelt
404 pkgs/by-name/pr/pretalx/ @mweinelt
405 nixos/modules/services/web-apps/pretix.nix @mweinelt
406 nixos/modules/services/web-apps/pretalx.nix @mweinelt
407 nixos/tests/web-apps/pretix.nix @mweinelt
408 nixos/tests/web-apps/pretalx.nix @mweinelt
410 # incus/lxc
411 nixos/maintainers/scripts/incus/        @adamcstephens
412 nixos/modules/virtualisation/incus.nix  @adamcstephens
413 nixos/modules/virtualisation/lxc*       @adamcstephens
414 nixos/tests/incus/                      @adamcstephens
415 pkgs/by-name/in/incus/                  @adamcstephens
416 pkgs/by-name/lx/lxc*                    @adamcstephens
418 # ExpidusOS, Flutter
419 /pkgs/development/compilers/flutter @RossComputerGuy
420 /pkgs/desktops/expidus              @RossComputerGuy
422 # GNU Tar & Zip
423 /pkgs/tools/archivers/gnutar        @RossComputerGuy
424 /pkgs/by-name/zi/zip           @RossComputerGuy
426 # SELinux
427 /pkgs/by-name/ch/checkpolicy @RossComputerGuy
428 /pkgs/by-name/li/libselinux  @RossComputerGuy
429 /pkgs/by-name/li/libsepol    @RossComputerGuy
431 # installShellFiles
432 /pkgs/by-name/in/installShellFiles/*     @Ericson2314
433 /pkgs/test/install-shell-files/*         @Ericson2314
434 /doc/hooks/installShellFiles.section.md  @Ericson2314
436 # Darwin
437 /pkgs/by-name/ap/apple-sdk                     @NixOS/darwin-core
438 /pkgs/os-specific/darwin/apple-source-releases @NixOS/darwin-core
439 /pkgs/stdenv/darwin                            @NixOS/darwin-core