nixpkgs/maintainers/team-list.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1040 lines
20 KiB
Nix
Raw Normal View History

/* List of maintainer teams.
name = {
# Required
members = [ maintainer1 maintainer2 ];
scope = "Maintain foo packages.";
shortName = "foo";
# Optional
enableFeatureFreezePing = true;
githubTeams = [ "my-subsystem" ];
};
where
- `members` is the list of maintainers belonging to the group,
- `scope` describes the scope of the group.
- `shortName` short human-readable name
- `enableFeatureFreezePing` will ping this team during the Feature Freeze announcements on releases
- There is limited mention capacity in a single post, so this should be reserved for critical components
or larger ecosystems within nixpkgs.
- `githubTeams` will ping specified GitHub teams as well
More fields may be added in the future.
When editing this file:
* keep the list alphabetically sorted
* test the validity of the format with:
nix-build lib/tests/teams.nix
*/
{ lib }:
with lib.maintainers; {
2020-04-20 00:17:48 +00:00
acme = {
members = [
aanderse
andrew-d
arianvp
emily
flokli
m1cr0man
];
scope = "Maintain ACME-related packages and modules.";
shortName = "ACME";
enableFeatureFreezePing = true;
2020-04-20 00:17:48 +00:00
};
bazel = {
members = [
mboes
marsam
uri-canva
cbley
olebedev
groodt
aherrmann
ylecornec
];
scope = "Bazel build tool & related tools https://bazel.build/";
shortName = "Bazel";
enableFeatureFreezePing = true;
};
2021-01-23 20:25:40 +00:00
beam = {
members = [
ankhers
Br1ght0ne
DianaOlympos
gleber
happysalada
minijackson
2021-01-23 20:25:40 +00:00
yurrriq
];
githubTeams = [
"beam"
];
2021-01-23 20:25:40 +00:00
scope = "Maintain BEAM-related packages and modules.";
shortName = "BEAM";
enableFeatureFreezePing = true;
};
2022-08-24 16:58:23 +00:00
bitnomial = {
# Verify additions to this team with at least one already existing member of the team.
members = [
cdepillabout
2023-02-18 02:46:36 +00:00
wraithm
2022-08-24 16:58:23 +00:00
];
scope = "Group registration for packages maintained by Bitnomial.";
shortName = "Bitnomial employees";
};
blockchains = {
members = [
mmahut
RaghavSood
];
scope = "Maintain Blockchain packages and modules.";
shortName = "Blockchains";
};
budgie = {
members = [
bobby285271
federicoschonborn
];
scope = "Maintain Budgie desktop environment";
shortName = "Budgie";
};
2023-12-28 01:48:40 +00:00
buildbot = {
members = [
lopsided98
mic92
zowoq
];
scope = "Maintain Buildbot CI framework";
shortName = "Buildbot";
};
c = {
members = [
matthewbauer
mic92
];
scope = "Maintain C libraries and tooling.";
shortName = "C";
enableFeatureFreezePing = true;
2021-01-23 20:25:40 +00:00
};
2022-06-22 17:58:16 +00:00
c3d2 = {
members = [
astro
SuperSandro2000
2022-07-11 09:32:31 +00:00
revol-xut
2022-10-07 22:25:48 +00:00
oxapentane
2022-06-22 17:58:16 +00:00
];
scope = "Maintain packages used in the C3D2 hackspace";
shortName = "c3d2";
};
2020-09-05 22:36:45 +00:00
cinnamon = {
members = [
bobby285271
2020-09-05 22:36:45 +00:00
mkg20001
];
2022-11-08 07:58:54 +00:00
scope = "Maintain Cinnamon desktop environment and applications made by the Linux Mint team.";
shortName = "Cinnamon";
enableFeatureFreezePing = true;
2020-09-05 22:36:45 +00:00
};
cloudposse = {
members = [
dudymas
];
scope = "Maintain atmos and applications made by the Cloud Posse team.";
shortName = "CloudPosse";
enableFeatureFreezePing = true;
};
coq = {
members = [
cohencyril
Zimmi48
# gares has no entry in the maintainers list
siraben
vbgl
alizter
];
scope = "Maintain the Coq theorem prover and related packages.";
shortName = "Coq";
enableFeatureFreezePing = true;
};
2023-04-02 11:55:22 +00:00
cuda = {
members = [
connorbaker
2023-05-16 00:11:49 +00:00
samuela
2023-04-02 11:55:22 +00:00
SomeoneSerge
];
scope = "Maintain CUDA-enabled packages";
shortName = "Cuda";
githubTeams = [ "cuda-maintainers" ];
};
darwin = {
members = [
toonn
];
githubTeams = [
"darwin-maintainers"
];
scope = "Maintain Darwin compatibility of packages and Darwin-only packages.";
shortName = "Darwin";
enableFeatureFreezePing = true;
2021-05-10 14:48:00 +00:00
};
cosmopolitan = {
members = [
bbjubjub
tomberek
];
scope = "Maintain the Cosmopolitan LibC and related programs.";
shortName = "Cosmopolitan";
};
2023-06-23 12:29:44 +00:00
dotnet = {
members = [
ivar
mdarocha
corngood
2024-03-06 11:31:02 +00:00
ggg
2023-06-23 12:29:44 +00:00
raphaelr
jamiemagee
anpin
];
scope = "Maintainers of the .NET build tools and packages";
shortName = "dotnet";
};
2023-01-07 07:35:08 +00:00
deepin = {
members = [
rewine
];
scope = "Maintain deepin desktop environment and related packages.";
shortName = "DDE";
enableFeatureFreezePing = true;
};
deshaw = {
# Verify additions to this team with at least one already existing member of the team.
members = [
de11n
invokes-su
];
scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
shortName = "D. E. Shaw employees";
};
2021-04-19 21:56:55 +00:00
determinatesystems = {
# Verify additions to this team with at least one already existing member of the team.
members = [
cole-h
2021-04-19 21:56:55 +00:00
grahamc
hoverbear
2021-04-19 21:56:55 +00:00
];
scope = "Group registration for packages maintained by Determinate Systems.";
shortName = "Determinate Systems employees";
};
dhall = {
members = [
Gabriella439
ehmry
];
scope = "Maintain Dhall and related packages.";
shortName = "Dhall";
enableFeatureFreezePing = true;
};
docker = {
members = [
roberth
utdemir
];
scope = "Maintain Docker and related tools.";
shortName = "DockerTools";
};
docs = {
members = [
ryantm
];
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
shortName = "Docs";
enableFeatureFreezePing = true;
};
emacs = {
members = [
adisbladis
];
scope = "Maintain the Emacs editor and packages.";
shortName = "Emacs";
};
2022-04-14 14:10:09 +00:00
enlightenment = {
members = [
romildo
];
githubTeams = [
"enlightenment"
];
scope = "Maintain Enlightenment desktop environment and related packages.";
shortName = "Enlightenment";
enableFeatureFreezePing = true;
};
# Dummy group for the "everyone else" section
feature-freeze-everyone-else = {
members = [ ];
githubTeams = [
"nixpkgs-committers"
"release-engineers"
];
scope = "Dummy team for the #everyone else' section during feture freezes, not to be used as package maintainers!";
shortName = "Everyone else";
enableFeatureFreezePing = true;
2021-04-19 21:56:55 +00:00
};
2023-06-11 13:03:36 +00:00
flutter = {
members = [ mkg20001 RossComputerGuy FlafyDev hacker1024 ];
2023-06-11 13:03:36 +00:00
scope = "Maintain Flutter and Dart-related packages and build tools";
shortName = "flutter";
enableFeatureFreezePing = false;
githubTeams = [ "flutter" ];
};
2023-09-10 08:58:04 +00:00
flyingcircus = {
# Verify additions by approval of an already existing member of the team.
members = [
2023-09-10 11:59:15 +00:00
theuni
2023-09-10 08:58:04 +00:00
dpausp
frlan
2023-09-10 08:58:04 +00:00
leona
osnyx
ma27
2023-09-10 08:58:04 +00:00
];
scope = "Team for Flying Circus employees who collectively maintain packages.";
shortName = "Flying Circus employees";
};
formatter = {
members = [
piegames
infinisil
das_j
tomberek
_0x4A6F
# Not in the maintainer list
# Sereja313
];
scope = "Tentative Nix formatter team to be established in https://github.com/NixOS/rfcs/pull/166";
shortName = "Nix formatter team";
};
freedesktop = {
members = [ jtojnar ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";
shortName = "freedesktop.org packaging";
};
2021-04-29 08:01:45 +00:00
gcc = {
members = [
synthetica
2021-04-29 09:33:07 +00:00
vcunat
ericson2314
2021-04-29 08:01:45 +00:00
];
scope = "Maintain GCC (GNU Compiler Collection) compilers";
shortName = "GCC";
2021-04-29 08:01:45 +00:00
};
geospatial = {
members = [
imincik
l0b0
nh2
nialov
sikmir
2023-06-01 06:24:35 +00:00
willcohen
];
githubTeams = [
"geospatial"
];
scope = "Maintain geospatial packages.";
shortName = "Geospatial";
enableFeatureFreezePing = true;
};
2023-05-20 19:40:31 +00:00
gitlab = {
members = [
globin
krav
talyz
yayayayaka
yuka
];
scope = "Maintain gitlab packages.";
shortName = "gitlab";
};
2020-06-13 06:48:52 +00:00
golang = {
members = [
kalbasit
mic92
zowoq
qbit
mfrw
2020-06-13 06:48:52 +00:00
];
githubTeams = [
"golang"
];
2020-06-13 06:48:52 +00:00
scope = "Maintain Golang compilers.";
shortName = "Go";
enableFeatureFreezePing = true;
2020-06-13 06:48:52 +00:00
};
gnome = {
members = [
bobby285271
hedning
jtojnar
2020-07-08 21:18:15 +00:00
dasj19
2023-09-12 15:21:05 +00:00
amaxine
];
githubTeams = [
"gnome"
];
scope = "Maintain GNOME desktop environment and platform.";
shortName = "GNOME";
enableFeatureFreezePing = true;
};
2020-04-03 10:10:47 +00:00
graalvm-ce = {
members = [
bandresen
hlolli
glittershark
babariviere
ericdallo
thiagokokada
];
scope = "Maintain GraalVM Community Edition packages.";
shortName = "GraalVM-CE";
};
2021-05-02 07:59:48 +00:00
haskell = {
members = [
cdepillabout
expipiplus1
maralorn
ncfavier
2021-05-02 07:59:48 +00:00
sternenseemann
];
githubTeams = [
"haskell"
];
2021-05-02 07:59:48 +00:00
scope = "Maintain Haskell packages and infrastructure.";
shortName = "Haskell";
enableFeatureFreezePing = true;
2021-05-02 07:59:48 +00:00
};
helsinki-systems = {
# Verify additions to this team with at least one already existing member of the team.
members = [
das_j
2024-04-05 10:40:34 +00:00
conni2461
];
scope = "Group registration for packages maintained by Helsinki Systems";
shortName = "Helsinki Systems employees";
};
home-assistant = {
members = [
fab
hexa
mic92
];
scope = "Maintain the Home Assistant ecosystem";
shortName = "Home Assistant";
};
2021-08-09 06:05:23 +00:00
iog = {
members = [
cleverca22
disassembler
jonringer
2021-10-12 18:15:33 +00:00
manveru
2021-08-09 06:05:23 +00:00
nrdxp
];
scope = "Input-Output Global employees, which maintain critical software";
shortName = "Input-Output Global employees";
2021-08-09 06:05:23 +00:00
};
jitsi = {
members = [
cleeyv
ryantm
lassulus
yayayayaka
2024-04-11 13:00:00 +00:00
asymmetric
];
scope = "Maintain Jitsi.";
shortName = "Jitsi";
};
2023-07-29 09:48:13 +00:00
jupyter = {
members = [
GaetanLepage
2023-07-29 09:48:13 +00:00
natsukium
2023-11-04 00:08:26 +00:00
thomasjm
2023-07-29 09:48:13 +00:00
];
scope = "Maintain Jupyter and related packages.";
shortName = "Jupyter";
};
2022-01-08 06:55:30 +00:00
kubernetes = {
members = [
johanot
offline
saschagrunert
srhb
];
scope = "Maintain the Kubernetes package and module";
shortName = "Kubernetes";
2022-01-08 06:55:30 +00:00
};
2021-03-18 23:52:44 +00:00
kodi = {
members = [
aanderse
cpages
dschrempf
2021-03-18 23:52:44 +00:00
edwtjo
kazenyuk
2021-03-18 23:52:44 +00:00
minijackson
peterhoeg
sephalon
];
scope = "Maintain Kodi and related packages.";
shortName = "Kodi";
2021-03-18 23:52:44 +00:00
};
libretro = {
members = [
aanderse
edwtjo
MP2E
thiagokokada
];
scope = "Maintain Libretro, RetroArch and related packages.";
shortName = "Libretro";
};
linux-kernel = {
members = [
TredwellGit
ma27
nequissimus
qyliss
];
scope = "Maintain the Linux kernel.";
shortName = "Linux Kernel";
};
lisp = {
members = [
raskin
lukego
nagy
uthar
2023-04-09 22:37:23 +00:00
hraban
];
githubTeams = [
"lisp"
];
scope = "Maintain the Lisp ecosystem.";
shortName = "lisp";
enableFeatureFreezePing = true;
};
llvm = {
members = [
dtzWill
ericson2314
lovek323
qyliss
RossComputerGuy
rrbutani
sternenseemann
];
2024-04-18 23:06:53 +00:00
githubTeams = [
"llvm"
];
scope = "Maintain LLVM package sets and related packages";
shortName = "LLVM";
enableFeatureFreezePing = true;
};
2023-06-06 12:21:49 +00:00
lomiri = {
members = [
OPNA2608
];
scope = "Maintain Lomiri desktop environment and related packages.";
shortName = "Lomiri";
enableFeatureFreezePing = true;
};
lumiguide = {
# Verify additions by approval of an already existing member of the team.
members = [
roelvandijk
lucus16
];
scope = "Group registration for LumiGuide employees who collectively maintain packages.";
shortName = "Lumiguide employees";
};
lua = {
githubTeams = [
"lua"
];
scope = "Maintain the lua ecosystem.";
shortName = "lua";
enableFeatureFreezePing = true;
};
2022-04-14 13:24:13 +00:00
lumina = {
members = [
romildo
];
githubTeams = [
"lumina"
];
scope = "Maintain lumina desktop environment and related packages.";
shortName = "Lumina";
enableFeatureFreezePing = true;
};
2023-12-02 14:34:54 +00:00
lxc = {
members = [
aanderse
adamcstephens
jnsgruk
megheaiulian
mkg20001
];
scope = "All things linuxcontainers. LXC, Incus, LXD and related packages.";
shortName = "lxc";
};
2022-04-14 13:51:12 +00:00
lxqt = {
members = [
romildo
];
githubTeams = [
"lxqt"
];
scope = "Maintain LXQt desktop environment and related packages.";
shortName = "LXQt";
enableFeatureFreezePing = true;
};
marketing = {
members = [
garbas
tomberek
];
scope = "Marketing of Nix/NixOS/nixpkgs.";
shortName = "Marketing";
enableFeatureFreezePing = true;
};
mate = {
members = [
bobby285271
j03
romildo
];
scope = "Maintain Mate desktop environment and related packages.";
shortName = "MATE";
enableFeatureFreezePing = true;
};
2020-06-12 01:05:26 +00:00
matrix = {
members = [
ma27
fadenb
mguentner
ralith
dandellion
sumnerevans
nickcao
2020-06-12 01:05:26 +00:00
];
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
shortName = "Matrix";
};
minimal-bootstrap = {
members = [
alejandrosame
artturin
emilytrau
ericson2314
jk
siraben
];
scope = "Maintain the minimal-bootstrap toolchain and related packages.";
shortName = "Minimal Bootstrap";
};
2023-04-24 17:03:52 +00:00
mercury = {
members = [
_9999years
Gabriella439
];
scope = "Group registry for packages maintained by Mercury";
shortName = "Mercury Employees";
2023-04-24 17:03:52 +00:00
};
mobile = {
members = [
samueldr
];
scope = "Maintain Mobile NixOS.";
shortName = "Mobile";
};
nix = {
members = [
eelco
grahamc
pierron
];
scope = "Maintain the Nix package manager.";
shortName = "Nix/nix-cli ecosystem";
enableFeatureFreezePing = true;
};
module-system = {
members = [
infinisil
roberth
];
scope = "Maintain the Nixpkgs module system.";
shortName = "Module system";
enableFeatureFreezePing = true;
2020-06-12 01:05:26 +00:00
};
2022-12-05 22:27:11 +00:00
node = {
members = [
lilyinstarlight
marsam
winter
];
scope = "Maintain Node.js runtimes and build tooling.";
shortName = "Node.js";
enableFeatureFreezePing = true;
};
2023-10-11 15:51:15 +00:00
ocaml = {
members = [
alizter
];
githubTeams = [
"ocaml"
];
scope = "Maintain the OCaml compiler and package set.";
shortName = "OCaml";
enableFeatureFreezePing = true;
};
2021-09-10 16:20:58 +00:00
openstack = {
members = [
2021-09-11 12:01:46 +00:00
SuperSandro2000
2021-09-10 16:20:58 +00:00
];
scope = "Maintain the ecosystem around OpenStack";
shortName = "OpenStack";
2021-09-10 16:20:58 +00:00
};
2023-08-16 11:30:33 +00:00
ororatech = {
# email: nixdevs@ororatech.com
shortName = "OroraTech GmbH. employees";
scope = "Team for packages maintained by employees of OroraTech GmbH.";
# Edits to this list should only be done by an already existing member.
2023-08-16 11:32:08 +00:00
members = [
kip93
2023-08-16 11:32:52 +00:00
victormeriqui
2023-08-16 11:32:08 +00:00
];
2023-08-16 11:30:33 +00:00
};
2021-05-05 19:39:54 +00:00
pantheon = {
members = [
davidak
bobby285271
];
githubTeams = [
"pantheon"
];
2021-05-05 19:39:54 +00:00
scope = "Maintain Pantheon desktop environment and platform.";
shortName = "Pantheon";
enableFeatureFreezePing = true;
};
perl = {
members = [
sgo
];
scope = "Maintain the Perl interpreter and Perl packages.";
shortName = "Perl";
enableFeatureFreezePing = true;
2021-05-05 19:39:54 +00:00
};
2020-04-19 18:47:42 +00:00
php = {
members = [
aanderse
drupol
2020-04-19 18:47:42 +00:00
ma27
talyz
];
githubTeams = [
"php"
];
2020-04-19 18:47:42 +00:00
scope = "Maintain PHP related packages and extensions.";
shortName = "PHP";
enableFeatureFreezePing = true;
2020-04-19 18:47:42 +00:00
};
2020-04-03 10:10:47 +00:00
podman = {
members = [
saschagrunert
vdemeester
];
githubTeams = [
"podman"
];
2020-04-23 22:07:37 +00:00
scope = "Maintain Podman and CRI-O related packages and modules.";
shortName = "Podman";
};
postgres = {
members = [
thoughtpolice
];
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
shortName = "PostgreSQL";
};
python = {
members = [
fridh
hexa
jonringer
2023-08-07 23:59:29 +00:00
tjni
];
scope = "Maintain the Python interpreter and related packages.";
shortName = "Python";
enableFeatureFreezePing = true;
};
qt-kde = {
members = [
2024-02-14 18:37:34 +00:00
ilya-fedin
k900
LunNova
mjm
nickcao
SuperSandro2000
ttuegel
];
githubTeams = [
"qt-kde"
];
2024-02-14 18:37:34 +00:00
scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
shortName = "Qt / KDE";
enableFeatureFreezePing = true;
};
r = {
members = [
bcdarwin
jbedo
];
scope = "Maintain the R programming language and related packages.";
shortName = "R";
enableFeatureFreezePing = true;
2020-04-03 10:10:47 +00:00
};
2021-12-18 13:07:49 +00:00
redcodelabs = {
members = [
unrooted
wr0belj
wintrmvte
];
scope = "Maintain Red Code Labs related packages and modules.";
shortName = "Red Code Labs";
};
release = {
members = [ ];
githubTeams = [
"nixos-release-managers"
];
scope = "Manage the current nixpkgs/NixOS release.";
shortName = "Release";
};
2022-11-12 13:17:03 +00:00
rocm = {
members = [
Madouura
Flakebi
mschwaig
2022-11-12 13:17:03 +00:00
];
githubTeams = [
"rocm-maintainers"
];
scope = "Maintain ROCm and related packages.";
shortName = "ROCm";
};
ruby = {
members = [
marsam
];
scope = "Maintain the Ruby interpreter and related packages.";
shortName = "Ruby";
enableFeatureFreezePing = true;
};
rust = {
members = [
figsoda
mic92
tjni
winter
zowoq
];
githubTeams = [
"rust"
];
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
shortName = "Rust";
enableFeatureFreezePing = true;
2021-12-18 13:07:49 +00:00
};
sage = {
members = [
timokau
omasanori
raskin
collares
];
scope = "Maintain SageMath and the dependencies that are likely to break it.";
shortName = "SageMath";
};
2022-01-20 23:47:07 +00:00
sphinx = {
2023-07-23 17:30:22 +00:00
members = [ ];
2022-01-20 23:47:07 +00:00
scope = "Maintain Sphinx related packages.";
shortName = "Sphinx";
2022-01-20 23:47:07 +00:00
};
serokell = {
# Verify additions by approval of an already existing member of the team.
members = [
balsoft
];
scope = "Group registration for Serokell employees who collectively maintain packages.";
shortName = "Serokell employees";
};
2024-03-02 16:22:55 +00:00
steam = {
members = [
atemu
eclairevoyant
jonringer
k900
mkg20001
];
scope = "Maintain steam module and packages";
shortName = "Steam";
};
systemd = {
members = [ ];
githubTeams = [
"systemd"
];
scope = "Maintain systemd for NixOS.";
shortName = "systemd";
enableFeatureFreezePing = true;
};
tests = {
members = [
tfc
];
scope = "Maintain the NixOS VM test runner.";
shortName = "NixOS tests";
enableFeatureFreezePing = true;
};
2021-06-04 12:24:48 +00:00
tts = {
members = [
mic92
];
scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
shortName = "coqui-ai TTS";
};
vim = {
members = [
figsoda
jonringer
softinio
teto
];
scope = "Maintain the vim and neovim text editors and related packages.";
shortName = "Vim/Neovim";
2021-06-04 12:24:48 +00:00
};
2021-11-28 18:34:05 +00:00
2023-09-12 13:11:29 +00:00
wdz = {
members = [
n0emis
vidister
johannwagner
yuka
];
scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
shortName = "WDZ GmbH";
};
2021-11-28 18:34:05 +00:00
xfce = {
members = [
bobby285271
2021-11-28 18:34:05 +00:00
romildo
2022-12-16 05:18:50 +00:00
muscaln
2021-11-28 18:34:05 +00:00
];
scope = "Maintain Xfce desktop environment and related packages.";
shortName = "Xfce";
enableFeatureFreezePing = true;
2021-11-28 18:34:05 +00:00
};
2023-08-10 01:34:28 +00:00
zig = {
members = [
AndersonTorres
figsoda
];
scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
shortName = "Zig";
enableFeatureFreezePing = true;
};
}