dbus_cplusplus: support cross compilation
[NixPkgs.git] / .github / CODEOWNERS
blobc901c8f8b9dbe96f24e78762725f7a1b69f208c4
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
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
29 /lib/fileset                @infinisil
30 ## Libraries / Module system
31 /lib/modules.nix            @infinisil @roberth
32 /lib/types.nix              @infinisil @roberth
33 /lib/options.nix            @infinisil @roberth
34 /lib/tests/modules.sh       @infinisil @roberth
35 /lib/tests/modules          @infinisil @roberth
37 # Nixpkgs Internals
38 /default.nix                                     @Ericson2314
39 /pkgs/top-level/default.nix                      @Ericson2314
40 /pkgs/top-level/impure.nix                       @Ericson2314
41 /pkgs/top-level/stage.nix                        @Ericson2314
42 /pkgs/top-level/splice.nix                       @Ericson2314
43 /pkgs/top-level/release-cross.nix                @Ericson2314
44 /pkgs/stdenv/generic                             @Ericson2314
45 /pkgs/stdenv/generic/check-meta.nix              @Ericson2314 @piegamesde
46 /pkgs/stdenv/cross                               @Ericson2314
47 /pkgs/build-support/cc-wrapper                   @Ericson2314
48 /pkgs/build-support/bintools-wrapper             @Ericson2314
49 /pkgs/build-support/setup-hooks                  @Ericson2314
50 /pkgs/build-support/setup-hooks/auto-patchelf.sh @layus
51 /pkgs/build-support/setup-hooks/auto-patchelf.py @layus
52 /pkgs/pkgs-lib                                   @infinisil
53 ## Format generators/serializers
54 /pkgs/pkgs-lib/formats/libconfig                 @ckiee @h7x4
55 /pkgs/pkgs-lib/formats/hocon                     @h7x4
57 # pkgs/by-name
58 /pkgs/test/check-by-name @infinisil
59 /pkgs/by-name/README.md @infinisil
60 /pkgs/top-level/by-name-overlay.nix @infinisil
61 /.github/workflows/check-by-name.yml @infinisil
63 # Nixpkgs build-support
64 /pkgs/build-support/writers @lassulus @Profpatsch
66 # Nixpkgs make-disk-image
67 /doc/build-helpers/images/makediskimage.section.md  @raitobezarius
68 /nixos/lib/make-disk-image.nix                 @raitobezarius
70 # Nix, the package manager
71 pkgs/tools/package-management/nix/                    @raitobezarius @ma27
72 nixos/modules/installer/tools/nix-fallback-paths.nix  @raitobezarius @ma27
74 # Nixpkgs documentation
75 /maintainers/scripts/db-to-md.sh @jtojnar @ryantm
76 /maintainers/scripts/doc @jtojnar @ryantm
78 # Contributor documentation
79 /CONTRIBUTING.md @infinisil
80 /.github/PULL_REQUEST_TEMPLATE.md @infinisil
81 /doc/contributing/ @infinisil
82 /doc/contributing/contributing-to-documentation.chapter.md @jtojnar @infinisil
83 /lib/README.md @infinisil
84 /doc/README.md @infinisil
85 /nixos/README.md @infinisil
86 /pkgs/README.md @infinisil
87 /maintainers/README.md @infinisil
89 # User-facing development documentation
90 /doc/development.md @infinisil
91 /doc/development @infinisil
93 # NixOS Internals
94 /nixos/default.nix                                    @infinisil
95 /nixos/lib/from-env.nix                               @infinisil
96 /nixos/lib/eval-config.nix                            @infinisil
97 /nixos/modules/system                                 @dasJ
98 /nixos/modules/system/activation/bootspec.nix         @grahamc @cole-h @raitobezarius
99 /nixos/modules/system/activation/bootspec.cue         @grahamc @cole-h @raitobezarius
101 # NixOS integration test driver
102 /nixos/lib/test-driver  @tfc
104 # NixOS QEMU virtualisation
105 /nixos/virtualisation/qemu-vm.nix           @raitobezarius
107 # Systemd
108 /nixos/modules/system/boot/systemd.nix      @NixOS/systemd
109 /nixos/modules/system/boot/systemd          @NixOS/systemd
110 /nixos/lib/systemd-*.nix                    @NixOS/systemd
111 /pkgs/os-specific/linux/systemd             @NixOS/systemd
113 # Systemd-boot
114 /nixos/modules/system/boot/loader/systemd-boot      @JulienMalka
116 # Images and installer media
117 /nixos/modules/installer/cd-dvd/            @samueldr
118 /nixos/modules/installer/sd-card/           @samueldr
120 # Updaters
121 ## update.nix
122 /maintainers/scripts/update.nix   @jtojnar
123 /maintainers/scripts/update.py    @jtojnar
124 ## common-updater-scripts
125 /pkgs/common-updater/scripts/update-source-version    @jtojnar
127 # Python-related code and docs
128 /maintainers/scripts/update-python-libraries                  @FRidh
129 /pkgs/development/interpreters/python                       @FRidh
130 /doc/languages-frameworks/python.section.md                 @FRidh @mweinelt
131 /pkgs/development/interpreters/python/hooks                 @FRidh @jonringer
133 # Haskell
134 /doc/languages-frameworks/haskell.section.md  @sternenseemann @maralorn @ncfavier
135 /maintainers/scripts/haskell                  @sternenseemann @maralorn @ncfavier
136 /pkgs/development/compilers/ghc               @sternenseemann @maralorn @ncfavier
137 /pkgs/development/haskell-modules             @sternenseemann @maralorn @ncfavier
138 /pkgs/test/haskell                            @sternenseemann @maralorn @ncfavier
139 /pkgs/top-level/release-haskell.nix           @sternenseemann @maralorn @ncfavier
140 /pkgs/top-level/haskell-packages.nix          @sternenseemann @maralorn @ncfavier
142 # Perl
143 /pkgs/development/interpreters/perl @stigtsp @zakame @dasJ
144 /pkgs/top-level/perl-packages.nix   @stigtsp @zakame @dasJ
145 /pkgs/development/perl-modules      @stigtsp @zakame @dasJ
147 # R
148 /pkgs/applications/science/math/R   @jbedo
149 /pkgs/development/r-modules         @jbedo
151 # Rust
152 /pkgs/development/compilers/rust @Mic92 @zowoq @winterqt @figsoda
153 /pkgs/build-support/rust @zowoq @winterqt @figsoda
154 /doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda
156 # C compilers
157 /pkgs/development/compilers/gcc
158 /pkgs/development/compilers/emscripten @raitobezarius
159 /doc/languages-frameworks/emscripten.section.md @raitobezarius
161 # Audio
162 /nixos/modules/services/audio/botamusique.nix @mweinelt
163 /nixos/modules/services/audio/snapserver.nix @mweinelt
164 /nixos/tests/modules/services/audio/botamusique.nix @mweinelt
165 /nixos/tests/snapcast.nix @mweinelt
167 # Browsers
168 /pkgs/applications/networking/browsers/firefox @mweinelt
169 /pkgs/applications/networking/browsers/chromium @emilylange
170 /nixos/tests/chromium.nix @emilylange
172 # Certificate Authorities
173 pkgs/data/misc/cacert/ @ajs124 @lukegb @mweinelt
174 pkgs/development/libraries/nss/ @ajs124 @lukegb @mweinelt
175 pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
177 # Jetbrains
178 /pkgs/applications/editors/jetbrains @edwtjo
180 # Licenses
181 /lib/licenses.nix @alyssais
183 # Qt
184 /pkgs/development/libraries/qt-5 @K900 @NickCao @SuperSandro2000 @ttuegel
185 /pkgs/development/libraries/qt-6 @K900 @NickCao @SuperSandro2000 @ttuegel
187 # KDE / Plasma 5
188 /pkgs/applications/kde @K900 @NickCao @SuperSandro2000 @ttuegel
189 /pkgs/desktops/plasma-5 @K900 @NickCao @SuperSandro2000 @ttuegel
190 /pkgs/development/libraries/kde-frameworks @K900 @NickCao @SuperSandro2000 @ttuegel
192 # KDE / Plasma 6
193 /pkgs/kde @K900 @NickCao @SuperSandro2000 @ttuegel
194 /maintainers/scripts/kde @K900 @NickCao @SuperSandro2000 @ttuegel
196 # PostgreSQL and related stuff
197 /pkgs/servers/sql/postgresql @thoughtpolice
198 /nixos/modules/services/databases/postgresql.xml @thoughtpolice
199 /nixos/modules/services/databases/postgresql.nix @thoughtpolice
200 /nixos/tests/postgresql.nix @thoughtpolice
202 # Hardened profile & related modules
203 /nixos/modules/profiles/hardened.nix @joachifm
204 /nixos/modules/security/hidepid.nix @joachifm
205 /nixos/modules/security/lock-kernel-modules.nix @joachifm
206 /nixos/modules/security/misc.nix @joachifm
207 /nixos/tests/hardened.nix @joachifm
208 /pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
210 # Home Automation
211 /nixos/modules/services/misc/home-assistant.nix @mweinelt
212 /nixos/modules/services/misc/zigbee2mqtt.nix @mweinelt
213 /nixos/tests/home-assistant.nix @mweinelt
214 /nixos/tests/zigbee2mqtt.nix @mweinelt
215 /pkgs/servers/home-assistant @mweinelt
216 /pkgs/tools/misc/esphome @mweinelt
218 # Network Time Daemons
219 /pkgs/tools/networking/chrony @thoughtpolice
220 /pkgs/tools/networking/ntp @thoughtpolice
221 /pkgs/tools/networking/openntpd @thoughtpolice
222 /nixos/modules/services/networking/ntp @thoughtpolice
224 # Network
225 /pkgs/tools/networking/octodns @Janik-Haag
226 /pkgs/tools/networking/kea/default.nix @mweinelt
227 /pkgs/tools/networking/babeld/default.nix @mweinelt
228 /nixos/modules/services/networking/babeld.nix @mweinelt
229 /nixos/modules/services/networking/kea.nix @mweinelt
230 /nixos/modules/services/networking/knot.nix @mweinelt
231 nixos/modules/services/networking/networkmanager.nix @Janik-Haag
232 /nixos/modules/services/monitoring/prometheus/exporters/kea.nix @mweinelt
233 /nixos/tests/babeld.nix @mweinelt
234 /nixos/tests/kea.nix @mweinelt
235 /nixos/tests/knot.nix @mweinelt
236 /nixos/tests/networking/* @Janik-Haag
238 # Web servers
239 /doc/packages/nginx.section.md @raitobezarius
240 /pkgs/servers/http/nginx/ @raitobezarius
241 /nixos/modules/services/web-servers/nginx/ @raitobezarius
243 # Dhall
244 /pkgs/development/dhall-modules      @Gabriella439 @Profpatsch @ehmry
245 /pkgs/development/interpreters/dhall @Gabriella439 @Profpatsch @ehmry
247 # Idris
248 /pkgs/development/idris-modules @Infinisil
250 # Bazel
251 /pkgs/development/tools/build-managers/bazel @Profpatsch
253 # NixOS modules for e-mail and dns services
254 /nixos/modules/services/mail/mailman.nix    @peti
255 /nixos/modules/services/mail/postfix.nix    @peti
256 /nixos/modules/services/networking/bind.nix @peti
257 /nixos/modules/services/mail/rspamd.nix     @peti
259 # Emacs
260 /pkgs/applications/editors/emacs/elisp-packages @adisbladis
261 /pkgs/applications/editors/emacs                @adisbladis
262 /pkgs/top-level/emacs-packages.nix              @adisbladis
264 # Neovim
265 /pkgs/applications/editors/neovim      @figsoda @jonringer @teto
267 # VimPlugins
268 /pkgs/applications/editors/vim/plugins         @figsoda @jonringer
270 # VsCode Extensions
271 /pkgs/applications/editors/vscode/extensions   @jonringer
273 # PHP interpreter, packages, extensions, tests and documentation
274 /doc/languages-frameworks/php.section.md          @aanderse @drupol @globin @ma27 @talyz
275 /nixos/tests/php                                  @aanderse @drupol @globin @ma27 @talyz
276 /pkgs/build-support/php/build-pecl.nix            @aanderse @drupol @globin @ma27 @talyz
277 /pkgs/build-support/php                                     @drupol
278 /pkgs/development/interpreters/php       @jtojnar @aanderse @drupol @globin @ma27 @talyz
279 /pkgs/development/php-packages                    @aanderse @drupol @globin @ma27 @talyz
280 /pkgs/top-level/php-packages.nix         @jtojnar @aanderse @drupol @globin @ma27 @talyz
282 # Docker tools
283 /pkgs/build-support/docker                   @roberth
284 /nixos/tests/docker-tools*                   @roberth
285 /doc/build-helpers/images/dockertools.section.md  @roberth
287 # Blockchains
288 /pkgs/applications/blockchains  @mmahut @RaghavSood
290 # Go
291 /doc/languages-frameworks/go.section.md @kalbasit @Mic92 @zowoq
292 /pkgs/build-support/go @kalbasit @Mic92 @zowoq
293 /pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
295 # GNOME
296 /pkgs/desktops/gnome                              @jtojnar
297 /pkgs/desktops/gnome/extensions                   @jtojnar
298 /pkgs/build-support/make-hardcode-gsettings-patch @jtojnar
300 # Cinnamon
301 /pkgs/desktops/cinnamon @mkg20001
303 # nim
304 /pkgs/development/compilers/nim   @ehmry
305 /pkgs/development/nim-packages    @ehmry
306 /pkgs/top-level/nim-packages.nix  @ehmry
308 # terraform providers
309 /pkgs/applications/networking/cluster/terraform-providers @zowoq
311 # Matrix
312 /pkgs/servers/heisenbridge                                 @piegamesde
313 /pkgs/servers/matrix-conduit                               @piegamesde
314 /nixos/modules/services/misc/heisenbridge.nix              @piegamesde
315 /nixos/modules/services/misc/matrix-conduit.nix            @piegamesde
316 /nixos/tests/matrix-conduit.nix                            @piegamesde
318 # Forgejo
319 nixos/modules/services/misc/forgejo.nix      @bendlas @emilylange
320 pkgs/applications/version-management/forgejo @bendlas @emilylange
322 # Dotnet
323 /pkgs/build-support/dotnet                  @IvarWithoutBones
324 /pkgs/development/compilers/dotnet          @IvarWithoutBones
325 /pkgs/test/dotnet                           @IvarWithoutBones
326 /doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
328 # Node.js
329 /pkgs/build-support/node/build-npm-package      @lilyinstarlight @winterqt
330 /pkgs/build-support/node/fetch-npm-deps         @lilyinstarlight @winterqt
331 /doc/languages-frameworks/javascript.section.md @lilyinstarlight @winterqt
333 # environment.noXlibs option aka NoX
334 /nixos/modules/config/no-x-libs.nix  @SuperSandro2000
336 # OCaml
337 /pkgs/build-support/ocaml           @ulrikstrid
338 /pkgs/development/compilers/ocaml   @ulrikstrid
339 /pkgs/development/ocaml-modules     @ulrikstrid
341 # ZFS
342 pkgs/os-specific/linux/zfs/2_1.nix        @raitobezarius
343 pkgs/os-specific/linux/zfs/generic.nix    @raitobezarius
344 nixos/modules/tasks/filesystems/zfs.nix   @raitobezarius
345 nixos/tests/zfs.nix                       @raitobezarius
347 # Zig
348 /pkgs/development/compilers/zig @figsoda
349 /doc/hooks/zig.section.md       @figsoda
351 # Buildbot
352 nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq
353 nixos/tests/buildbot.nix                               @Mic92 @zowoq
354 pkgs/development/tools/continuous-integration/buildbot @Mic92 @zowoq
356 # Pretix
357 pkgs/by-name/pr/pretix/ @mweinelt
358 nixos/modules/services/web-apps/pretix.nix @mweinelt
359 nixos/tests/web-apps/pretix.nix @mweinelt
361 # incus/lxc/lxd
362 nixos/maintainers/scripts/lxd/          @adamcstephens
363 nixos/modules/virtualisation/incus.nix  @adamcstephens
364 nixos/modules/virtualisation/lxc*       @adamcstephens
365 nixos/modules/virtualisation/lxd*       @adamcstephens
366 nixos/tests/incus/                      @adamcstephens
367 nixos/tests/lxd/                        @adamcstephens
368 pkgs/by-name/in/incus/                  @adamcstephens
369 pkgs/by-name/lx/lxc*                    @adamcstephens
370 pkgs/by-name/lx/lxd*                    @adamcstephens
371 pkgs/os-specific/linux/lxc/             @adamcstephens