2017-07-19 05:19:37 -07:00
|
|
|
# CODEOWNERS file
|
|
|
|
#
|
|
|
|
# This file is used to describe who owns what in this repository. This file does not
|
|
|
|
# replace `meta.maintainers` but is instead used for other things than derivations
|
|
|
|
# and modules, like documentation, package sets, and other assets.
|
|
|
|
#
|
|
|
|
# For documentation on this file, see https://help.github.com/articles/about-codeowners/
|
|
|
|
# Mentioned users will get code review requests.
|
|
|
|
|
2017-09-07 03:19:54 -07:00
|
|
|
# This file
|
2017-11-01 11:15:38 -07:00
|
|
|
/.github/CODEOWNERS @edolstra
|
2017-09-07 03:19:54 -07:00
|
|
|
|
2020-07-30 15:30:31 -07:00
|
|
|
# GitHub actions
|
2021-04-24 10:21:42 -07:00
|
|
|
/.github/workflows @NixOS/Security @Mic92 @zowoq
|
2020-11-27 06:48:27 -08:00
|
|
|
/.github/workflows/merge-staging @FRidh
|
2020-07-30 15:30:31 -07:00
|
|
|
|
2020-07-30 22:28:35 -07:00
|
|
|
# EditorConfig
|
|
|
|
/.editorconfig @Mic92 @zowoq
|
|
|
|
|
2017-09-06 16:10:48 -07:00
|
|
|
# Libraries
|
2019-12-31 18:01:15 -08:00
|
|
|
/lib @edolstra @nbp @infinisil
|
2018-11-02 17:07:08 -07:00
|
|
|
/lib/systems @nbp @ericson2314 @matthewbauer
|
2018-03-23 03:57:59 -07:00
|
|
|
/lib/generators.nix @edolstra @nbp @Profpatsch
|
2020-01-22 14:31:58 -08:00
|
|
|
/lib/cli.nix @edolstra @nbp @Profpatsch
|
2018-04-02 23:52:54 -07:00
|
|
|
/lib/debug.nix @edolstra @nbp @Profpatsch
|
2020-01-22 14:31:58 -08:00
|
|
|
/lib/asserts.nix @edolstra @nbp @Profpatsch
|
2017-10-31 03:25:51 -07:00
|
|
|
|
|
|
|
# Nixpkgs Internals
|
2021-01-09 01:12:23 -08:00
|
|
|
/default.nix @nbp
|
|
|
|
/pkgs/top-level/default.nix @nbp @Ericson2314
|
|
|
|
/pkgs/top-level/impure.nix @nbp @Ericson2314
|
|
|
|
/pkgs/top-level/stage.nix @nbp @Ericson2314 @matthewbauer
|
|
|
|
/pkgs/top-level/splice.nix @Ericson2314 @matthewbauer
|
|
|
|
/pkgs/top-level/release-cross.nix @Ericson2314 @matthewbauer
|
|
|
|
/pkgs/stdenv/generic @Ericson2314 @matthewbauer
|
|
|
|
/pkgs/stdenv/cross @Ericson2314 @matthewbauer
|
|
|
|
/pkgs/build-support/cc-wrapper @Ericson2314 @orivej
|
|
|
|
/pkgs/build-support/bintools-wrapper @Ericson2314 @orivej
|
|
|
|
/pkgs/build-support/setup-hooks @Ericson2314
|
|
|
|
/pkgs/build-support/setup-hooks/auto-patchelf.sh @aszlig
|
2017-10-31 03:25:51 -07:00
|
|
|
|
2020-02-18 10:59:48 -08:00
|
|
|
# Nixpkgs build-support
|
|
|
|
/pkgs/build-support/writers @lassulus @Profpatsch
|
|
|
|
|
2017-10-31 03:25:51 -07:00
|
|
|
# NixOS Internals
|
2019-12-31 18:01:15 -08:00
|
|
|
/nixos/default.nix @nbp @infinisil
|
|
|
|
/nixos/lib/from-env.nix @nbp @infinisil
|
|
|
|
/nixos/lib/eval-config.nix @nbp @infinisil
|
2017-11-01 11:15:38 -07:00
|
|
|
/nixos/doc/manual/configuration/abstractions.xml @nbp
|
|
|
|
/nixos/doc/manual/configuration/config-file.xml @nbp
|
|
|
|
/nixos/doc/manual/configuration/config-syntax.xml @nbp
|
|
|
|
/nixos/doc/manual/configuration/modularity.xml @nbp
|
|
|
|
/nixos/doc/manual/development/assertions.xml @nbp
|
|
|
|
/nixos/doc/manual/development/meta-attributes.xml @nbp
|
|
|
|
/nixos/doc/manual/development/option-declarations.xml @nbp
|
|
|
|
/nixos/doc/manual/development/option-def.xml @nbp
|
|
|
|
/nixos/doc/manual/development/option-types.xml @nbp
|
|
|
|
/nixos/doc/manual/development/replace-modules.xml @nbp
|
|
|
|
/nixos/doc/manual/development/writing-modules.xml @nbp
|
|
|
|
/nixos/doc/manual/man-nixos-option.xml @nbp
|
|
|
|
/nixos/modules/installer/tools/nixos-option.sh @nbp
|
2017-09-06 16:10:48 -07:00
|
|
|
|
2019-11-25 09:01:29 -08:00
|
|
|
# NixOS integration test driver
|
|
|
|
/nixos/lib/test-driver @tfc
|
|
|
|
|
2020-05-13 05:16:47 -07:00
|
|
|
# Updaters
|
|
|
|
## update.nix
|
|
|
|
/maintainers/scripts/update.nix @jtojnar
|
|
|
|
/maintainers/scripts/update.py @jtojnar
|
|
|
|
## common-updater-scripts
|
|
|
|
/pkgs/common-updater/scripts/update-source-version @jtojnar
|
|
|
|
|
2017-07-19 05:19:37 -07:00
|
|
|
# Python-related code and docs
|
2018-05-28 05:21:30 -07:00
|
|
|
/maintainers/scripts/update-python-libraries @FRidh
|
2019-10-18 09:31:16 -07:00
|
|
|
/pkgs/top-level/python-packages.nix @FRidh @jonringer
|
2018-07-21 07:46:52 -07:00
|
|
|
/pkgs/development/interpreters/python @FRidh
|
2019-10-18 09:31:16 -07:00
|
|
|
/pkgs/development/python-modules @FRidh @jonringer
|
2018-12-26 01:42:11 -08:00
|
|
|
/doc/languages-frameworks/python.section.md @FRidh
|
2021-02-02 05:49:59 -08:00
|
|
|
/pkgs/development/tools/poetry2nix @adisbladis
|
2017-07-19 05:19:37 -07:00
|
|
|
|
2017-09-06 16:10:48 -07:00
|
|
|
# Haskell
|
2021-05-02 23:14:49 -07:00
|
|
|
/doc/languages-frameworks/haskell.section.md @cdepillabout @sternenseemann @maralorn
|
|
|
|
/maintainers/scripts/haskell @cdepillabout @sternenseemann @maralorn
|
|
|
|
/pkgs/development/compilers/ghc @cdepillabout @sternenseemann @maralorn
|
|
|
|
/pkgs/development/haskell-modules @cdepillabout @sternenseemann @maralorn
|
|
|
|
/pkgs/test/haskell @cdepillabout @sternenseemann @maralorn
|
2021-05-01 09:00:40 -07:00
|
|
|
/pkgs/top-level/release-haskell.nix @cdepillabout @sternenseemann @maralorn
|
2021-05-02 23:14:49 -07:00
|
|
|
/pkgs/top-level/haskell-packages.nix @cdepillabout @sternenseemann @maralorn
|
2017-07-19 05:19:37 -07:00
|
|
|
|
2018-12-20 18:37:39 -08:00
|
|
|
# Perl
|
2020-09-10 01:55:43 -07:00
|
|
|
/pkgs/development/interpreters/perl @volth @stigtsp
|
|
|
|
/pkgs/top-level/perl-packages.nix @volth @stigtsp
|
|
|
|
/pkgs/development/perl-modules @volth @stigtsp
|
2018-12-20 18:37:39 -08:00
|
|
|
|
2017-09-07 00:03:49 -07:00
|
|
|
# R
|
2017-11-01 11:15:38 -07:00
|
|
|
/pkgs/applications/science/math/R @peti
|
|
|
|
/pkgs/development/r-modules @peti
|
2017-09-07 00:03:49 -07:00
|
|
|
|
2021-04-06 21:20:00 -07:00
|
|
|
# Ruby
|
|
|
|
/pkgs/development/interpreters/ruby @marsam
|
|
|
|
/pkgs/development/ruby-modules @marsam
|
|
|
|
|
2018-04-09 06:44:47 -07:00
|
|
|
# Rust
|
2020-10-21 03:24:02 -07:00
|
|
|
/pkgs/development/compilers/rust @Mic92 @LnL7 @zowoq
|
2021-02-23 08:13:45 -08:00
|
|
|
/pkgs/build-support/rust @andir @danieldk @zowoq
|
2018-04-09 06:44:47 -07:00
|
|
|
|
2017-07-31 16:38:16 -07:00
|
|
|
# Darwin-related
|
2017-11-01 11:15:38 -07:00
|
|
|
/pkgs/stdenv/darwin @NixOS/darwin-maintainers
|
|
|
|
/pkgs/os-specific/darwin @NixOS/darwin-maintainers
|
2017-09-11 00:57:13 -07:00
|
|
|
|
2018-11-02 17:07:08 -07:00
|
|
|
# C compilers
|
|
|
|
/pkgs/development/compilers/gcc @matthewbauer
|
|
|
|
/pkgs/development/compilers/llvm @matthewbauer
|
|
|
|
|
|
|
|
# Compatibility stuff
|
|
|
|
/pkgs/top-level/unix-tools.nix @matthewbauer
|
|
|
|
/pkgs/development/tools/xcbuild @matthewbauer
|
|
|
|
|
2017-09-11 00:57:13 -07:00
|
|
|
# Beam-related (Erlang, Elixir, LFE, etc)
|
2017-11-01 11:15:38 -07:00
|
|
|
/pkgs/development/beam-modules @gleber
|
|
|
|
/pkgs/development/interpreters/erlang @gleber
|
|
|
|
/pkgs/development/interpreters/lfe @gleber
|
|
|
|
/pkgs/development/interpreters/elixir @gleber
|
|
|
|
/pkgs/development/tools/build-managers/rebar @gleber
|
|
|
|
/pkgs/development/tools/build-managers/rebar3 @gleber
|
|
|
|
/pkgs/development/tools/erlang @gleber
|
2017-09-19 01:24:57 -07:00
|
|
|
|
|
|
|
# Jetbrains
|
2017-11-01 11:15:38 -07:00
|
|
|
/pkgs/applications/editors/jetbrains @edwtjo
|
2017-10-05 13:41:37 -07:00
|
|
|
|
2019-06-18 16:11:07 -07:00
|
|
|
# Licenses
|
|
|
|
/lib/licenses.nix @alyssais
|
2017-12-07 11:43:51 -08:00
|
|
|
|
|
|
|
# Qt / KDE
|
|
|
|
/pkgs/applications/kde @ttuegel
|
|
|
|
/pkgs/desktops/plasma-5 @ttuegel
|
|
|
|
/pkgs/development/libraries/kde-frameworks @ttuegel
|
|
|
|
/pkgs/development/libraries/qt-5 @ttuegel
|
2018-11-02 07:26:42 -07:00
|
|
|
|
|
|
|
# PostgreSQL and related stuff
|
2021-04-06 21:20:00 -07:00
|
|
|
/pkgs/servers/sql/postgresql @thoughtpolice @marsam
|
2018-11-02 07:26:42 -07:00
|
|
|
/nixos/modules/services/databases/postgresql.xml @thoughtpolice
|
|
|
|
/nixos/modules/services/databases/postgresql.nix @thoughtpolice
|
|
|
|
/nixos/tests/postgresql.nix @thoughtpolice
|
2018-10-25 12:10:03 -07:00
|
|
|
|
2019-04-18 07:48:27 -07:00
|
|
|
# Hardened profile & related modules
|
|
|
|
/nixos/modules/profiles/hardened.nix @joachifm
|
|
|
|
/nixos/modules/security/hidepid.nix @joachifm
|
|
|
|
/nixos/modules/security/lock-kernel-modules.nix @joachifm
|
|
|
|
/nixos/modules/security/misc.nix @joachifm
|
|
|
|
/nixos/tests/hardened.nix @joachifm
|
|
|
|
/pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
|
|
|
|
|
2018-12-01 11:01:09 -08:00
|
|
|
# Network Time Daemons
|
|
|
|
/pkgs/tools/networking/chrony @thoughtpolice
|
|
|
|
/pkgs/tools/networking/ntp @thoughtpolice
|
|
|
|
/pkgs/tools/networking/openntpd @thoughtpolice
|
|
|
|
/nixos/modules/services/networking/ntp @thoughtpolice
|
|
|
|
|
2018-10-25 12:10:03 -07:00
|
|
|
# Dhall
|
2021-01-15 10:11:41 -08:00
|
|
|
/pkgs/development/dhall-modules @Gabriel439 @Profpatsch @ehmry
|
|
|
|
/pkgs/development/interpreters/dhall @Gabriel439 @Profpatsch @ehmry
|
2018-11-10 07:12:36 -08:00
|
|
|
|
|
|
|
# Idris
|
|
|
|
/pkgs/development/idris-modules @Infinisil
|
2018-11-08 02:36:21 -08:00
|
|
|
|
|
|
|
# Bazel
|
|
|
|
/pkgs/development/tools/build-managers/bazel @mboes @Profpatsch
|
2019-08-30 05:46:20 -07:00
|
|
|
|
|
|
|
# NixOS modules for e-mail and dns services
|
|
|
|
/nixos/modules/services/mail/mailman.nix @peti
|
|
|
|
/nixos/modules/services/mail/postfix.nix @peti
|
|
|
|
/nixos/modules/services/networking/bind.nix @peti
|
|
|
|
/nixos/modules/services/mail/rspamd.nix @peti
|
2019-08-30 09:21:16 -07:00
|
|
|
|
|
|
|
# Emacs
|
|
|
|
/pkgs/applications/editors/emacs-modes @adisbladis
|
|
|
|
/pkgs/applications/editors/emacs @adisbladis
|
|
|
|
/pkgs/top-level/emacs-packages.nix @adisbladis
|
2019-09-12 03:48:40 -07:00
|
|
|
|
2020-11-02 17:48:26 -08:00
|
|
|
# Neovim
|
|
|
|
/pkgs/applications/editors/neovim @jonringer
|
2020-11-03 00:38:14 -08:00
|
|
|
/pkgs/applications/editors/neovim @teto
|
2020-11-02 17:48:26 -08:00
|
|
|
|
2019-10-30 21:49:23 -07:00
|
|
|
# VimPlugins
|
2020-01-15 22:56:54 -08:00
|
|
|
/pkgs/misc/vim-plugins @jonringer @softinio
|
2019-10-30 21:49:23 -07:00
|
|
|
|
|
|
|
# VsCode Extensions
|
|
|
|
/pkgs/misc/vscode-extensions @jonringer
|
|
|
|
|
2019-09-12 03:48:40 -07:00
|
|
|
# Prometheus exporter modules and tests
|
|
|
|
/nixos/modules/services/monitoring/prometheus/exporters.nix @WilliButz
|
|
|
|
/nixos/modules/services/monitoring/prometheus/exporters.xml @WilliButz
|
|
|
|
/nixos/tests/prometheus-exporters.nix @WilliButz
|
2019-11-22 04:10:31 -08:00
|
|
|
|
2020-05-16 09:13:02 -07:00
|
|
|
# PHP interpreter, packages, extensions, tests and documentation
|
|
|
|
/doc/languages-frameworks/php.section.md @NixOS/php
|
|
|
|
/nixos/tests/php @NixOS/php
|
|
|
|
/pkgs/build-support/build-pecl.nix @NixOS/php
|
|
|
|
/pkgs/development/interpreters/php @NixOS/php
|
2020-10-12 07:46:40 -07:00
|
|
|
/pkgs/development/php-packages @NixOS/php
|
2020-05-16 09:13:02 -07:00
|
|
|
/pkgs/top-level/php-packages.nix @NixOS/php
|
2020-05-15 21:03:51 -07:00
|
|
|
|
|
|
|
# Podman, CRI-O modules and related
|
2020-08-22 16:04:13 -07:00
|
|
|
/nixos/modules/virtualisation/containers.nix @NixOS/podman @zowoq
|
|
|
|
/nixos/modules/virtualisation/cri-o.nix @NixOS/podman @zowoq
|
|
|
|
/nixos/modules/virtualisation/podman.nix @NixOS/podman @zowoq
|
2020-08-24 01:37:28 -07:00
|
|
|
/nixos/tests/cri-o.nix @NixOS/podman @zowoq
|
2020-08-22 16:04:13 -07:00
|
|
|
/nixos/tests/podman.nix @NixOS/podman @zowoq
|
2020-06-20 08:03:37 -07:00
|
|
|
|
2020-11-06 01:12:17 -08:00
|
|
|
# Docker tools
|
2020-11-08 14:17:40 -08:00
|
|
|
/pkgs/build-support/docker @roberth @utdemir
|
2020-11-06 01:12:17 -08:00
|
|
|
/nixos/tests/docker-tools-overlay.nix @roberth
|
|
|
|
/nixos/tests/docker-tools.nix @roberth
|
|
|
|
/doc/builders/images/dockertools.xml @roberth
|
|
|
|
|
2020-06-20 08:03:37 -07:00
|
|
|
# Blockchains
|
2020-11-22 21:20:38 -08:00
|
|
|
/pkgs/applications/blockchains @mmahut @RaghavSood
|
2020-08-11 15:25:46 -07:00
|
|
|
|
|
|
|
# Go
|
|
|
|
/pkgs/development/compilers/go @kalbasit @Mic92 @zowoq
|
|
|
|
/pkgs/development/go-modules @kalbasit @Mic92 @zowoq
|
|
|
|
/pkgs/development/go-packages @kalbasit @Mic92 @zowoq
|
2020-12-17 22:50:26 -08:00
|
|
|
|
|
|
|
# Cinnamon
|
|
|
|
/pkgs/desktops/cinnamon @mkg20001
|