2024-06-17 21:59:06 -03:00
|
|
|
/*
|
|
|
|
List of maintainer teams.
|
2019-10-27 22:44:24 +01:00
|
|
|
name = {
|
|
|
|
# Required
|
|
|
|
members = [ maintainer1 maintainer2 ];
|
|
|
|
scope = "Maintain foo packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "foo";
|
|
|
|
# Optional
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
githubTeams = [ "my-subsystem" ];
|
2019-10-27 22:44:24 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
where
|
|
|
|
|
|
|
|
- `members` is the list of maintainers belonging to the group,
|
|
|
|
- `scope` describes the scope of the group.
|
2022-03-27 19:45:01 +02:00
|
|
|
- `shortName` short human-readable name
|
|
|
|
- `enableFeatureFreezePing` will ping this team during the Feature Freeze announcements on releases
|
2022-10-03 03:54:50 +02:00
|
|
|
- There is limited mention capacity in a single post, so this should be reserved for critical components
|
|
|
|
or larger ecosystems within nixpkgs.
|
2022-03-27 19:45:01 +02:00
|
|
|
- `githubTeams` will ping specified GitHub teams as well
|
2019-10-27 22:44:24 +01:00
|
|
|
|
|
|
|
More fields may be added in the future.
|
|
|
|
|
2020-04-15 08:20:47 -04:00
|
|
|
When editing this file:
|
|
|
|
* keep the list alphabetically sorted
|
|
|
|
* test the validity of the format with:
|
|
|
|
nix-build lib/tests/teams.nix
|
2024-06-17 21:59:06 -03:00
|
|
|
*/
|
2019-10-27 22:44:24 +01:00
|
|
|
|
|
|
|
{ lib }:
|
2024-06-17 21:59:06 -03:00
|
|
|
with lib.maintainers;
|
|
|
|
{
|
2020-04-20 01:17:48 +01:00
|
|
|
acme = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
arianvp
|
|
|
|
emily
|
|
|
|
flokli
|
|
|
|
m1cr0man
|
|
|
|
];
|
|
|
|
scope = "Maintain ACME-related packages and modules.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "ACME";
|
2022-10-03 03:48:26 +02:00
|
|
|
enableFeatureFreezePing = true;
|
2020-04-20 01:17:48 +01:00
|
|
|
};
|
|
|
|
|
2024-12-26 15:16:42 -08:00
|
|
|
android = {
|
|
|
|
members = [
|
2025-01-28 20:06:13 +05:30
|
|
|
adrian-gierakowski
|
2024-12-26 15:16:42 -08:00
|
|
|
hadilq
|
2025-01-28 20:06:13 +05:30
|
|
|
johnrtitor
|
|
|
|
numinit
|
2024-12-26 15:16:42 -08:00
|
|
|
RossComputerGuy
|
|
|
|
];
|
|
|
|
scope = "Maintain Android-related tooling in nixpkgs.";
|
|
|
|
githubTeams = [ "android" ];
|
|
|
|
shortName = "Android";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2025-03-07 15:37:40 +01:00
|
|
|
apm = {
|
|
|
|
scope = "Team for packages maintained by employees of Akademie für Pflegeberufe und Management GmbH.";
|
|
|
|
shortName = "apm employees";
|
|
|
|
# Edits to this list should only be done by an already existing member.
|
|
|
|
members = [
|
2025-03-10 16:18:39 +01:00
|
|
|
DutchGerman
|
2025-03-07 15:37:40 +01:00
|
|
|
];
|
|
|
|
};
|
|
|
|
|
2025-04-22 23:46:54 +02:00
|
|
|
apparmor = {
|
|
|
|
scope = "AppArmor-related modules, userspace tool packages and profiles";
|
|
|
|
shortName = "apparmor";
|
|
|
|
members = [
|
|
|
|
julm
|
|
|
|
thoughtpolice
|
|
|
|
grimmauld
|
|
|
|
];
|
|
|
|
};
|
|
|
|
|
2021-12-13 13:49:50 +01:00
|
|
|
bazel = {
|
|
|
|
members = [
|
|
|
|
mboes
|
2021-12-14 12:58:46 +01:00
|
|
|
uri-canva
|
|
|
|
cbley
|
|
|
|
olebedev
|
|
|
|
groodt
|
|
|
|
aherrmann
|
|
|
|
ylecornec
|
2021-12-13 13:49:50 +01:00
|
|
|
];
|
|
|
|
scope = "Bazel build tool & related tools https://bazel.build/";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Bazel";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-12-13 13:49:50 +01:00
|
|
|
};
|
|
|
|
|
2021-01-23 14:25:40 -06:00
|
|
|
beam = {
|
|
|
|
members = [
|
2025-03-27 10:06:34 -04:00
|
|
|
adamcstephens
|
2021-01-23 14:25:40 -06:00
|
|
|
ankhers
|
|
|
|
Br1ght0ne
|
|
|
|
DianaOlympos
|
|
|
|
gleber
|
|
|
|
happysalada
|
2021-04-10 17:37:58 +02:00
|
|
|
minijackson
|
2021-01-23 14:25:40 -06:00
|
|
|
yurrriq
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "beam" ];
|
2021-01-23 14:25:40 -06:00
|
|
|
scope = "Maintain BEAM-related packages and modules.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "BEAM";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-08-25 01:58:23 +09:00
|
|
|
bitnomial = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
|
|
|
cdepillabout
|
2023-02-17 18:46:36 -08:00
|
|
|
wraithm
|
2022-08-25 01:58:23 +09:00
|
|
|
];
|
|
|
|
scope = "Group registration for packages maintained by Bitnomial.";
|
|
|
|
shortName = "Bitnomial employees";
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
blockchains = {
|
|
|
|
members = [
|
|
|
|
mmahut
|
|
|
|
RaghavSood
|
|
|
|
];
|
|
|
|
scope = "Maintain Blockchain packages and modules.";
|
|
|
|
shortName = "Blockchains";
|
|
|
|
};
|
|
|
|
|
2024-03-14 12:28:41 +08:00
|
|
|
budgie = {
|
2024-07-12 20:19:11 -04:00
|
|
|
members = [
|
|
|
|
bobby285271
|
|
|
|
getchoo
|
|
|
|
];
|
2024-03-14 12:28:41 +08:00
|
|
|
scope = "Maintain Budgie desktop environment";
|
|
|
|
shortName = "Budgie";
|
|
|
|
};
|
|
|
|
|
2023-12-28 11:48:40 +10:00
|
|
|
buildbot = {
|
|
|
|
members = [
|
|
|
|
lopsided98
|
|
|
|
mic92
|
|
|
|
zowoq
|
|
|
|
];
|
|
|
|
scope = "Maintain Buildbot CI framework";
|
|
|
|
shortName = "Buildbot";
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
c = {
|
|
|
|
members = [
|
|
|
|
matthewbauer
|
|
|
|
mic92
|
|
|
|
];
|
|
|
|
scope = "Maintain C libraries and tooling.";
|
|
|
|
shortName = "C";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-01-23 14:25:40 -06:00
|
|
|
};
|
|
|
|
|
2022-06-22 19:58:16 +02:00
|
|
|
c3d2 = {
|
|
|
|
members = [
|
|
|
|
astro
|
|
|
|
SuperSandro2000
|
2022-07-11 11:32:31 +02:00
|
|
|
revol-xut
|
2022-10-08 00:25:48 +02:00
|
|
|
oxapentane
|
2022-06-22 19:58:16 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain packages used in the C3D2 hackspace";
|
|
|
|
shortName = "c3d2";
|
|
|
|
};
|
|
|
|
|
2024-12-07 21:13:07 +00:00
|
|
|
categorization = {
|
|
|
|
members = [
|
|
|
|
aleksana
|
|
|
|
fgaz
|
|
|
|
getpsyched
|
|
|
|
lyndeno
|
|
|
|
natsukium
|
|
|
|
philiptaron
|
|
|
|
pyrotelekinetic
|
|
|
|
raskin
|
|
|
|
sigmasquadron
|
|
|
|
tomodachi94
|
|
|
|
];
|
|
|
|
githubTeams = [ "categorization" ];
|
|
|
|
scope = "Maintain the categorization system in Nixpkgs, per RFC 146. This team has authority over all categorization issues in Nixpkgs.";
|
|
|
|
shortName = "Categorization";
|
|
|
|
};
|
|
|
|
|
2020-09-06 00:36:45 +02:00
|
|
|
cinnamon = {
|
|
|
|
members = [
|
2022-08-22 19:52:12 +08:00
|
|
|
bobby285271
|
2020-09-06 00:36:45 +02:00
|
|
|
mkg20001
|
|
|
|
];
|
2022-11-08 15:58:54 +08:00
|
|
|
scope = "Maintain Cinnamon desktop environment and applications made by the Linux Mint team.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Cinnamon";
|
|
|
|
enableFeatureFreezePing = true;
|
2020-09-06 00:36:45 +02:00
|
|
|
};
|
|
|
|
|
2024-06-14 14:45:07 +02:00
|
|
|
clevercloud = {
|
|
|
|
members = [ floriansanderscc ];
|
|
|
|
scope = "Maintain Clever Cloud related packages.";
|
|
|
|
shortName = "CleverCloud";
|
|
|
|
githubTeams = [ "CleverCloud" ];
|
|
|
|
};
|
|
|
|
|
2024-02-12 09:48:08 -06:00
|
|
|
cloudposse = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ dudymas ];
|
2024-02-12 09:48:08 -06:00
|
|
|
scope = "Maintain atmos and applications made by the Cloud Posse team.";
|
|
|
|
shortName = "CloudPosse";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
coq = {
|
|
|
|
members = [
|
|
|
|
cohencyril
|
|
|
|
Zimmi48
|
|
|
|
# gares has no entry in the maintainers list
|
|
|
|
siraben
|
|
|
|
vbgl
|
2023-03-13 00:39:02 +01:00
|
|
|
alizter
|
2025-01-03 10:24:10 -05:00
|
|
|
stepbrobd
|
2022-03-27 19:45:01 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the Coq theorem prover and related packages.";
|
|
|
|
shortName = "Coq";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2025-04-07 09:20:58 +05:30
|
|
|
cosmic = {
|
|
|
|
members = [
|
|
|
|
a-kenji
|
|
|
|
ahoneybun
|
|
|
|
drakon64
|
|
|
|
griffi-gh
|
|
|
|
HeitorAugustoLN
|
|
|
|
nyabinary
|
|
|
|
pandapip1
|
|
|
|
qyliss
|
|
|
|
thefossguy
|
2025-04-21 12:13:15 -04:00
|
|
|
michaelBelsanti
|
2025-04-07 09:20:58 +05:30
|
|
|
];
|
|
|
|
githubTeams = [ "cosmic" ];
|
|
|
|
shortName = "cosmic";
|
|
|
|
scope = "Maintain the COSMIC DE and related packages.";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2023-04-02 14:55:22 +03:00
|
|
|
cuda = {
|
|
|
|
members = [
|
2023-05-09 00:12:32 -04:00
|
|
|
connorbaker
|
2025-03-25 18:53:52 +01:00
|
|
|
prusnak
|
2023-05-15 17:11:49 -07:00
|
|
|
samuela
|
2023-04-02 14:55:22 +03:00
|
|
|
SomeoneSerge
|
|
|
|
];
|
|
|
|
scope = "Maintain CUDA-enabled packages";
|
|
|
|
shortName = "Cuda";
|
|
|
|
githubTeams = [ "cuda-maintainers" ];
|
|
|
|
};
|
|
|
|
|
2024-07-30 12:32:25 +02:00
|
|
|
cyberus = {
|
|
|
|
# Verify additions by approval of an already existing member of the team.
|
|
|
|
members = [
|
|
|
|
xanderio
|
|
|
|
blitz
|
2025-02-27 11:10:37 +01:00
|
|
|
snu
|
2024-07-30 12:32:25 +02:00
|
|
|
];
|
|
|
|
scope = "Team for Cyberus Technology employees who collectively maintain packages.";
|
|
|
|
shortName = "Cyberus Technology employees";
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
darwin = {
|
2024-08-10 23:12:20 -04:00
|
|
|
members = [
|
2024-10-12 01:31:47 +01:00
|
|
|
emily
|
2024-08-10 23:12:20 -04:00
|
|
|
reckenrode
|
|
|
|
toonn
|
|
|
|
];
|
2024-10-12 01:29:21 +01:00
|
|
|
githubTeams = [ "darwin-core" ];
|
|
|
|
scope = "Maintain core platform support and packages for macOS and other Apple platforms.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Darwin";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-05-10 16:48:00 +02:00
|
|
|
};
|
|
|
|
|
2022-03-29 21:22:06 +02:00
|
|
|
cosmopolitan = {
|
|
|
|
members = [
|
2024-02-14 20:58:18 +01:00
|
|
|
bbjubjub
|
2022-03-29 21:22:06 +02:00
|
|
|
tomberek
|
|
|
|
];
|
|
|
|
scope = "Maintain the Cosmopolitan LibC and related programs.";
|
2022-06-21 09:52:11 +10:00
|
|
|
shortName = "Cosmopolitan";
|
2022-03-29 21:22:06 +02:00
|
|
|
};
|
|
|
|
|
2023-06-23 14:29:44 +02:00
|
|
|
dotnet = {
|
|
|
|
members = [
|
|
|
|
mdarocha
|
|
|
|
corngood
|
2024-03-06 08:31:02 -03:00
|
|
|
ggg
|
2023-06-23 14:29:44 +02:00
|
|
|
raphaelr
|
|
|
|
jamiemagee
|
|
|
|
anpin
|
|
|
|
];
|
|
|
|
scope = "Maintainers of the .NET build tools and packages";
|
|
|
|
shortName = "dotnet";
|
|
|
|
};
|
|
|
|
|
2023-01-07 15:35:08 +08:00
|
|
|
deepin = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ rewine ];
|
2023-01-07 15:35:08 +08:00
|
|
|
scope = "Maintain deepin desktop environment and related packages.";
|
|
|
|
shortName = "DDE";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2021-01-07 10:44:08 -05:00
|
|
|
deshaw = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
2023-07-28 12:28:58 -04:00
|
|
|
de11n
|
|
|
|
invokes-su
|
2021-01-07 10:44:08 -05:00
|
|
|
];
|
|
|
|
scope = "Group registration for D. E. Shaw employees who collectively maintain packages.";
|
2023-07-28 12:28:58 -04:00
|
|
|
shortName = "D. E. Shaw employees";
|
2021-01-07 10:44:08 -05:00
|
|
|
};
|
|
|
|
|
2021-04-19 17:56:55 -04:00
|
|
|
determinatesystems = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
2021-04-19 17:58:12 -04:00
|
|
|
cole-h
|
2021-04-19 17:56:55 -04:00
|
|
|
grahamc
|
|
|
|
];
|
|
|
|
scope = "Group registration for packages maintained by Determinate Systems.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Determinate Systems employees";
|
|
|
|
};
|
|
|
|
|
|
|
|
dhall = {
|
|
|
|
members = [
|
2023-04-24 10:00:05 -07:00
|
|
|
Gabriella439
|
2022-03-27 19:45:01 +02:00
|
|
|
ehmry
|
|
|
|
];
|
|
|
|
scope = "Maintain Dhall and related packages.";
|
|
|
|
shortName = "Dhall";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
docker = {
|
|
|
|
members = [
|
|
|
|
roberth
|
|
|
|
utdemir
|
|
|
|
];
|
|
|
|
scope = "Maintain Docker and related tools.";
|
|
|
|
shortName = "DockerTools";
|
|
|
|
};
|
|
|
|
|
|
|
|
docs = {
|
2024-04-27 07:13:45 +02:00
|
|
|
members = [ ];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "documentation-team" ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
|
|
|
|
shortName = "Docs";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
emacs = {
|
2024-10-12 03:06:01 +08:00
|
|
|
members = [
|
|
|
|
AndersonTorres
|
|
|
|
adisbladis
|
|
|
|
linj
|
2025-03-27 09:36:50 +01:00
|
|
|
panchoh
|
2024-10-12 03:06:01 +08:00
|
|
|
];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the Emacs editor and packages.";
|
|
|
|
shortName = "Emacs";
|
|
|
|
};
|
|
|
|
|
2022-04-14 11:10:09 -03:00
|
|
|
enlightenment = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ romildo ];
|
|
|
|
githubTeams = [ "enlightenment" ];
|
2022-04-14 11:10:09 -03:00
|
|
|
scope = "Maintain Enlightenment desktop environment and related packages.";
|
|
|
|
shortName = "Enlightenment";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
# 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 17:56:55 -04:00
|
|
|
};
|
|
|
|
|
2023-06-11 15:03:36 +02:00
|
|
|
flutter = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [
|
|
|
|
mkg20001
|
|
|
|
RossComputerGuy
|
|
|
|
FlafyDev
|
|
|
|
hacker1024
|
|
|
|
];
|
2023-06-11 15:03:36 +02:00
|
|
|
scope = "Maintain Flutter and Dart-related packages and build tools";
|
|
|
|
shortName = "flutter";
|
|
|
|
enableFeatureFreezePing = false;
|
|
|
|
githubTeams = [ "flutter" ];
|
|
|
|
};
|
|
|
|
|
2023-09-10 10:58:04 +02:00
|
|
|
flyingcircus = {
|
|
|
|
# Verify additions by approval of an already existing member of the team.
|
|
|
|
members = [
|
2023-09-10 13:59:15 +02:00
|
|
|
theuni
|
2023-09-10 10:58:04 +02:00
|
|
|
dpausp
|
2023-12-11 09:59:17 +01:00
|
|
|
frlan
|
2023-09-10 10:58:04 +02:00
|
|
|
leona
|
2024-03-01 10:49:16 +01:00
|
|
|
osnyx
|
|
|
|
ma27
|
2023-09-10 10:58:04 +02:00
|
|
|
];
|
|
|
|
scope = "Team for Flying Circus employees who collectively maintain packages.";
|
|
|
|
shortName = "Flying Circus employees";
|
|
|
|
};
|
|
|
|
|
2024-01-23 18:32:13 +01:00
|
|
|
formatter = {
|
|
|
|
members = [
|
|
|
|
piegames
|
|
|
|
infinisil
|
|
|
|
das_j
|
|
|
|
_0x4A6F
|
2025-03-04 21:03:12 +01:00
|
|
|
MattSturgeon
|
|
|
|
jfly
|
2024-01-23 18:32:13 +01:00
|
|
|
# Not in the maintainer list
|
|
|
|
# Sereja313
|
|
|
|
];
|
2025-03-04 21:03:12 +01:00
|
|
|
scope = "Nix formatting team: https://nixos.org/community/teams/formatting/";
|
|
|
|
shortName = "Nix formatting team";
|
2024-01-23 18:32:13 +01:00
|
|
|
};
|
|
|
|
|
2019-10-27 22:44:24 +01:00
|
|
|
freedesktop = {
|
2021-05-05 11:25:45 +02:00
|
|
|
members = [ jtojnar ];
|
2019-10-27 22:44:24 +01:00
|
|
|
scope = "Maintain Freedesktop.org packages for graphical desktop.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "freedesktop.org packaging";
|
2019-10-27 22:44:24 +01:00
|
|
|
};
|
2020-03-16 03:30:29 +01:00
|
|
|
|
2024-02-23 20:02:40 +01:00
|
|
|
fslabs = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
|
|
|
greaka
|
|
|
|
lpostula
|
|
|
|
];
|
|
|
|
scope = "Group registration for packages maintained by Foresight Spatial Labs.";
|
|
|
|
shortName = "Foresight Spatial Labs employees";
|
|
|
|
};
|
|
|
|
|
2021-04-29 10:01:45 +02:00
|
|
|
gcc = {
|
|
|
|
members = [
|
|
|
|
synthetica
|
2021-04-29 11:33:07 +02:00
|
|
|
vcunat
|
2021-05-24 14:58:46 +02:00
|
|
|
ericson2314
|
2021-04-29 10:01:45 +02:00
|
|
|
];
|
2021-04-30 17:34:29 +02:00
|
|
|
scope = "Maintain GCC (GNU Compiler Collection) compilers";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "GCC";
|
2021-04-29 10:01:45 +02:00
|
|
|
};
|
|
|
|
|
2022-11-28 22:09:09 +01:00
|
|
|
geospatial = {
|
|
|
|
members = [
|
2024-07-15 18:40:46 +02:00
|
|
|
autra
|
2022-11-28 22:09:09 +01:00
|
|
|
imincik
|
2024-04-06 20:43:49 +13:00
|
|
|
l0b0
|
2023-05-31 20:00:01 +02:00
|
|
|
nh2
|
2023-12-03 21:12:11 +02:00
|
|
|
nialov
|
2023-11-13 09:01:16 +01:00
|
|
|
sikmir
|
2023-06-01 02:24:35 -04:00
|
|
|
willcohen
|
2022-11-28 22:09:09 +01:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "geospatial" ];
|
2022-11-28 22:09:09 +01:00
|
|
|
scope = "Maintain geospatial packages.";
|
|
|
|
shortName = "Geospatial";
|
2023-11-13 09:01:16 +01:00
|
|
|
enableFeatureFreezePing = true;
|
2022-11-28 22:09:09 +01:00
|
|
|
};
|
|
|
|
|
2023-05-20 19:40:31 +00:00
|
|
|
gitlab = {
|
|
|
|
members = [
|
|
|
|
globin
|
|
|
|
krav
|
2025-03-15 14:09:49 +01:00
|
|
|
leona
|
2023-05-20 19:40:31 +00:00
|
|
|
talyz
|
|
|
|
yayayayaka
|
|
|
|
];
|
|
|
|
scope = "Maintain gitlab packages.";
|
|
|
|
shortName = "gitlab";
|
|
|
|
};
|
|
|
|
|
2020-06-13 16:48:52 +10:00
|
|
|
golang = {
|
|
|
|
members = [
|
|
|
|
kalbasit
|
2024-06-23 16:44:56 +10:00
|
|
|
katexochen
|
2020-06-13 16:48:52 +10:00
|
|
|
mic92
|
|
|
|
zowoq
|
2023-01-13 06:05:11 -07:00
|
|
|
qbit
|
2023-10-06 08:41:23 +05:30
|
|
|
mfrw
|
2020-06-13 16:48:52 +10:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "golang" ];
|
2020-06-13 16:48:52 +10:00
|
|
|
scope = "Maintain Golang compilers.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Go";
|
|
|
|
enableFeatureFreezePing = true;
|
2020-06-13 16:48:52 +10:00
|
|
|
};
|
|
|
|
|
2020-03-16 03:30:29 +01:00
|
|
|
gnome = {
|
|
|
|
members = [
|
2022-03-29 21:45:34 +08:00
|
|
|
bobby285271
|
2020-03-16 03:30:29 +01:00
|
|
|
hedning
|
|
|
|
jtojnar
|
2020-07-08 23:18:15 +02:00
|
|
|
dasj19
|
2020-03-16 03:30:29 +01:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "gnome" ];
|
2020-03-16 03:30:29 +01:00
|
|
|
scope = "Maintain GNOME desktop environment and platform.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "GNOME";
|
|
|
|
enableFeatureFreezePing = true;
|
2020-03-16 03:30:29 +01:00
|
|
|
};
|
2020-04-03 20:10:47 +10:00
|
|
|
|
2024-12-11 14:20:27 -05:00
|
|
|
gnome-circle = {
|
|
|
|
members = [
|
|
|
|
aleksana
|
|
|
|
getchoo
|
2024-12-12 11:40:16 +02:00
|
|
|
michaelgrahamevans
|
2024-12-11 14:20:27 -05:00
|
|
|
];
|
|
|
|
scope = "Maintain GNOME Circle applications.";
|
2024-12-12 18:30:33 +08:00
|
|
|
shortName = "GNOME Circle";
|
2024-12-11 14:20:27 -05:00
|
|
|
};
|
|
|
|
|
2023-02-09 23:46:19 +00:00
|
|
|
graalvm-ce = {
|
|
|
|
members = [
|
|
|
|
bandresen
|
|
|
|
hlolli
|
|
|
|
glittershark
|
|
|
|
ericdallo
|
|
|
|
];
|
|
|
|
scope = "Maintain GraalVM Community Edition packages.";
|
|
|
|
shortName = "GraalVM-CE";
|
|
|
|
};
|
|
|
|
|
2021-05-02 09:59:48 +02:00
|
|
|
haskell = {
|
|
|
|
members = [
|
|
|
|
cdepillabout
|
2021-07-17 14:47:22 +09:00
|
|
|
maralorn
|
2021-05-02 09:59:48 +02:00
|
|
|
sternenseemann
|
2025-04-20 11:35:33 +02:00
|
|
|
wolfgangwalther
|
2021-05-02 09:59:48 +02:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "haskell" ];
|
2021-05-02 09:59:48 +02:00
|
|
|
scope = "Maintain Haskell packages and infrastructure.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Haskell";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-05-02 09:59:48 +02:00
|
|
|
};
|
|
|
|
|
2023-11-17 13:35:31 +01:00
|
|
|
helsinki-systems = {
|
|
|
|
# Verify additions to this team with at least one already existing member of the team.
|
|
|
|
members = [
|
|
|
|
das_j
|
2024-04-05 12:40:34 +02:00
|
|
|
conni2461
|
2024-11-04 12:59:26 +01:00
|
|
|
helsinki-Jo
|
2023-11-17 13:35:31 +01:00
|
|
|
];
|
|
|
|
scope = "Group registration for packages maintained by Helsinki Systems";
|
|
|
|
shortName = "Helsinki Systems employees";
|
|
|
|
};
|
|
|
|
|
2021-04-06 01:15:13 +02:00
|
|
|
home-assistant = {
|
|
|
|
members = [
|
2025-03-11 10:34:02 -07:00
|
|
|
dotlambda
|
2021-04-06 01:15:13 +02:00
|
|
|
fab
|
|
|
|
hexa
|
|
|
|
];
|
|
|
|
scope = "Maintain the Home Assistant ecosystem";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Home Assistant";
|
2021-04-06 01:15:13 +02:00
|
|
|
};
|
|
|
|
|
2025-01-28 21:42:02 +05:30
|
|
|
hyprland = {
|
|
|
|
members = [
|
|
|
|
donovanglover
|
|
|
|
fufexan
|
|
|
|
johnrtitor
|
|
|
|
khaneliman
|
|
|
|
NotAShelf
|
|
|
|
];
|
|
|
|
githubTeams = [ "hyprland" ];
|
|
|
|
scope = "Maintain Hyprland compositor and ecosystem";
|
|
|
|
shortName = "Hyprland";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2024-04-22 09:16:17 +02:00
|
|
|
infisical = {
|
2025-03-12 22:25:51 -07:00
|
|
|
members = [
|
|
|
|
akhilmhdh
|
|
|
|
mahyarmirrashed
|
|
|
|
];
|
2024-05-02 16:40:47 +02:00
|
|
|
scope = "Maintain Infisical";
|
2024-04-22 09:16:17 +02:00
|
|
|
shortName = "Infisical";
|
|
|
|
};
|
|
|
|
|
2021-08-08 23:05:23 -07:00
|
|
|
iog = {
|
|
|
|
members = [
|
|
|
|
cleverca22
|
|
|
|
disassembler
|
2021-10-12 11:15:33 -07:00
|
|
|
manveru
|
2021-08-08 23:05:23 -07:00
|
|
|
];
|
|
|
|
scope = "Input-Output Global employees, which maintain critical software";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Input-Output Global employees";
|
2021-08-08 23:05:23 -07:00
|
|
|
};
|
|
|
|
|
2024-10-30 18:44:37 +00:00
|
|
|
java = {
|
|
|
|
githubTeams = [ "java" ];
|
|
|
|
members = [
|
|
|
|
chayleaf
|
|
|
|
fliegendewurst
|
|
|
|
infinidoge
|
|
|
|
tomodachi94
|
|
|
|
];
|
|
|
|
shortName = "Java";
|
|
|
|
scope = "Maintainers of the Nixpkgs Java ecosystem (JDK, JVM, Java, Gradle, Maven, Ant, and adjacent projects)";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2024-12-13 11:04:20 +01:00
|
|
|
jetbrains = {
|
|
|
|
members = [
|
|
|
|
edwtjo
|
|
|
|
leona
|
|
|
|
theCapypara
|
2025-02-24 21:46:21 +00:00
|
|
|
thiagokokada
|
2024-12-13 11:04:20 +01:00
|
|
|
];
|
|
|
|
shortName = "Jetbrains";
|
|
|
|
scope = "Maintainers of the Jetbrains IDEs in nixpkgs";
|
|
|
|
};
|
|
|
|
|
2020-08-04 12:46:14 -07:00
|
|
|
jitsi = {
|
|
|
|
members = [
|
2021-10-25 20:40:46 -04:00
|
|
|
cleeyv
|
2025-03-30 00:48:54 +01:00
|
|
|
novmar
|
2020-08-04 12:46:14 -07:00
|
|
|
ryantm
|
2023-10-25 21:29:38 +02:00
|
|
|
lassulus
|
2023-12-07 13:36:53 +00:00
|
|
|
yayayayaka
|
2020-08-04 12:46:14 -07:00
|
|
|
];
|
|
|
|
scope = "Maintain Jitsi.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Jitsi";
|
2020-08-04 12:46:14 -07:00
|
|
|
};
|
|
|
|
|
2023-07-29 18:48:13 +09:00
|
|
|
jupyter = {
|
|
|
|
members = [
|
2023-08-14 22:23:34 +02:00
|
|
|
GaetanLepage
|
2023-07-29 18:48:13 +09:00
|
|
|
natsukium
|
2023-11-03 17:08:26 -07:00
|
|
|
thomasjm
|
2023-07-29 18:48:13 +09:00
|
|
|
];
|
|
|
|
scope = "Maintain Jupyter and related packages.";
|
|
|
|
shortName = "Jupyter";
|
|
|
|
};
|
|
|
|
|
2024-07-12 09:01:55 -03:00
|
|
|
k3s = {
|
|
|
|
githubTeams = [ "k3s" ];
|
|
|
|
members = [
|
|
|
|
euank
|
2024-08-27 12:04:25 +02:00
|
|
|
frederictobiasc
|
2024-07-12 09:01:55 -03:00
|
|
|
marcusramberg
|
|
|
|
mic92
|
2024-07-14 18:36:25 +02:00
|
|
|
rorosen
|
2024-07-12 09:01:55 -03:00
|
|
|
wrmilling
|
|
|
|
yajo
|
|
|
|
];
|
|
|
|
scope = "Maintain K3s package, NixOS module, NixOS tests, update script";
|
|
|
|
shortName = "K3s";
|
|
|
|
};
|
|
|
|
|
2022-01-08 16:55:30 +10:00
|
|
|
kubernetes = {
|
|
|
|
members = [
|
|
|
|
johanot
|
|
|
|
offline
|
|
|
|
saschagrunert
|
|
|
|
srhb
|
|
|
|
];
|
|
|
|
scope = "Maintain the Kubernetes package and module";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Kubernetes";
|
2022-01-08 16:55:30 +10:00
|
|
|
};
|
|
|
|
|
2021-03-18 19:52:44 -04:00
|
|
|
kodi = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
cpages
|
2024-02-17 17:37:07 +01:00
|
|
|
dschrempf
|
2021-03-18 19:52:44 -04:00
|
|
|
edwtjo
|
2024-04-17 18:44:21 +03:00
|
|
|
kazenyuk
|
2021-03-18 19:52:44 -04:00
|
|
|
minijackson
|
|
|
|
peterhoeg
|
|
|
|
sephalon
|
|
|
|
];
|
|
|
|
scope = "Maintain Kodi and related packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Kodi";
|
2021-03-18 19:52:44 -04:00
|
|
|
};
|
|
|
|
|
2022-10-01 14:27:20 +01:00
|
|
|
libretro = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
edwtjo
|
2024-11-20 15:28:23 +00:00
|
|
|
hrdinka
|
2022-10-01 14:27:20 +01:00
|
|
|
thiagokokada
|
|
|
|
];
|
|
|
|
scope = "Maintain Libretro, RetroArch and related packages.";
|
|
|
|
shortName = "Libretro";
|
|
|
|
};
|
|
|
|
|
2021-10-08 23:17:40 +02:00
|
|
|
linux-kernel = {
|
|
|
|
members = [
|
|
|
|
TredwellGit
|
2024-09-23 21:33:38 +02:00
|
|
|
k900
|
2021-10-08 23:17:40 +02:00
|
|
|
ma27
|
|
|
|
nequissimus
|
|
|
|
qyliss
|
|
|
|
];
|
|
|
|
scope = "Maintain the Linux kernel.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Linux Kernel";
|
|
|
|
};
|
|
|
|
|
2023-04-05 19:26:22 +02:00
|
|
|
lisp = {
|
|
|
|
members = [
|
|
|
|
raskin
|
|
|
|
lukego
|
|
|
|
nagy
|
|
|
|
uthar
|
2023-04-09 18:37:23 -04:00
|
|
|
hraban
|
2023-04-05 19:26:22 +02:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "lisp" ];
|
2023-04-05 19:26:22 +02:00
|
|
|
scope = "Maintain the Lisp ecosystem.";
|
|
|
|
shortName = "lisp";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2023-01-18 15:33:19 +01:00
|
|
|
llvm = {
|
|
|
|
members = [
|
2023-03-22 21:15:08 +00:00
|
|
|
dtzWill
|
2023-01-18 15:33:19 +01:00
|
|
|
ericson2314
|
|
|
|
lovek323
|
2023-03-22 21:15:54 +00:00
|
|
|
qyliss
|
2024-03-19 18:45:10 -07:00
|
|
|
RossComputerGuy
|
2023-03-22 21:15:54 +00:00
|
|
|
rrbutani
|
2023-03-22 21:15:08 +00:00
|
|
|
sternenseemann
|
2023-01-18 15:33:19 +01:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "llvm" ];
|
2023-01-18 15:33:19 +01:00
|
|
|
scope = "Maintain LLVM package sets and related packages";
|
|
|
|
shortName = "LLVM";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2023-06-06 14:21:49 +02:00
|
|
|
lomiri = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ OPNA2608 ];
|
2023-06-06 14:21:49 +02:00
|
|
|
scope = "Maintain Lomiri desktop environment and related packages.";
|
|
|
|
shortName = "Lomiri";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-05-24 12:15:40 +02:00
|
|
|
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";
|
|
|
|
};
|
|
|
|
|
2022-10-04 22:47:54 +02:00
|
|
|
lua = {
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "lua" ];
|
2022-10-04 22:47:54 +02:00
|
|
|
scope = "Maintain the lua ecosystem.";
|
|
|
|
shortName = "lua";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-04-14 10:24:13 -03:00
|
|
|
lumina = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ romildo ];
|
|
|
|
githubTeams = [ "lumina" ];
|
2022-04-14 10:24:13 -03:00
|
|
|
scope = "Maintain lumina desktop environment and related packages.";
|
|
|
|
shortName = "Lumina";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2023-12-02 09:34:54 -05:00
|
|
|
lxc = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
|
|
|
adamcstephens
|
|
|
|
jnsgruk
|
|
|
|
megheaiulian
|
|
|
|
mkg20001
|
|
|
|
];
|
|
|
|
scope = "All things linuxcontainers. LXC, Incus, LXD and related packages.";
|
|
|
|
shortName = "lxc";
|
|
|
|
};
|
|
|
|
|
2022-04-14 10:51:12 -03:00
|
|
|
lxqt = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ romildo ];
|
|
|
|
githubTeams = [ "lxqt" ];
|
2022-04-14 10:51:12 -03:00
|
|
|
scope = "Maintain LXQt desktop environment and related packages.";
|
|
|
|
shortName = "LXQt";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
marketing = {
|
|
|
|
members = [
|
|
|
|
tomberek
|
|
|
|
];
|
|
|
|
scope = "Marketing of Nix/NixOS/nixpkgs.";
|
|
|
|
shortName = "Marketing";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-10-08 23:17:40 +02:00
|
|
|
};
|
|
|
|
|
2021-09-21 21:45:29 +02:00
|
|
|
mate = {
|
|
|
|
members = [
|
2023-05-16 15:43:10 +08:00
|
|
|
bobby285271
|
2021-09-21 21:45:29 +02:00
|
|
|
j03
|
|
|
|
romildo
|
|
|
|
];
|
|
|
|
scope = "Maintain Mate desktop environment and related packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "MATE";
|
2022-10-03 03:48:26 +02:00
|
|
|
enableFeatureFreezePing = true;
|
2021-09-21 21:45:29 +02:00
|
|
|
};
|
|
|
|
|
2020-06-12 03:05:26 +02:00
|
|
|
matrix = {
|
|
|
|
members = [
|
|
|
|
ma27
|
|
|
|
fadenb
|
|
|
|
mguentner
|
2021-06-25 00:01:33 +02:00
|
|
|
dandellion
|
2023-07-19 18:27:45 +08:00
|
|
|
nickcao
|
2024-06-01 15:49:03 +02:00
|
|
|
teutat3s
|
2020-06-12 03:05:26 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the ecosystem around Matrix, a decentralized messenger.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Matrix";
|
|
|
|
};
|
|
|
|
|
2023-05-17 10:25:02 +10:00
|
|
|
minimal-bootstrap = {
|
|
|
|
members = [
|
2023-10-11 17:56:25 -07:00
|
|
|
alejandrosame
|
2023-05-17 10:25:02 +10:00
|
|
|
artturin
|
|
|
|
emilytrau
|
|
|
|
ericson2314
|
|
|
|
jk
|
2023-06-26 10:58:16 +07:00
|
|
|
siraben
|
2023-05-17 10:25:02 +10:00
|
|
|
];
|
|
|
|
scope = "Maintain the minimal-bootstrap toolchain and related packages.";
|
|
|
|
shortName = "Minimal Bootstrap";
|
|
|
|
};
|
|
|
|
|
2023-04-24 10:03:52 -07:00
|
|
|
mercury = {
|
|
|
|
members = [
|
|
|
|
_9999years
|
|
|
|
Gabriella439
|
2025-03-26 14:19:47 -04:00
|
|
|
curran
|
2025-03-24 13:05:51 -07:00
|
|
|
lf-
|
2025-05-07 13:06:25 -04:00
|
|
|
jkachmar
|
2023-04-24 10:03:52 -07:00
|
|
|
];
|
2023-04-28 09:09:16 -07:00
|
|
|
scope = "Group registry for packages maintained by Mercury";
|
|
|
|
shortName = "Mercury Employees";
|
2023-04-24 10:03:52 -07:00
|
|
|
};
|
|
|
|
|
2025-03-26 09:17:19 +01:00
|
|
|
# same as https://github.com/orgs/NixOS/teams/nix-team
|
2022-03-27 19:45:01 +02:00
|
|
|
nix = {
|
|
|
|
members = [
|
|
|
|
eelco
|
2025-03-26 09:17:19 +01:00
|
|
|
mic92
|
|
|
|
tomberek
|
|
|
|
roberth
|
|
|
|
ericson2314
|
2022-03-27 19:45:01 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the Nix package manager.";
|
|
|
|
shortName = "Nix/nix-cli ecosystem";
|
|
|
|
enableFeatureFreezePing = true;
|
2024-05-11 20:52:49 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
lix = {
|
|
|
|
members = [
|
|
|
|
raitobezarius
|
|
|
|
qyriad
|
2025-03-24 13:05:51 -07:00
|
|
|
_9999years
|
|
|
|
lf-
|
2025-04-10 18:11:59 +02:00
|
|
|
alois31
|
2024-05-11 20:52:49 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the Lix package manager inside of Nixpkgs.";
|
|
|
|
shortName = "Lix ecosystem";
|
|
|
|
enableFeatureFreezePing = true;
|
2022-03-27 19:45:01 +02:00
|
|
|
};
|
|
|
|
|
2023-09-18 16:18:51 +02:00
|
|
|
module-system = {
|
2022-03-27 19:45:01 +02:00
|
|
|
members = [
|
|
|
|
infinisil
|
|
|
|
roberth
|
|
|
|
];
|
2023-09-19 17:34:16 +02:00
|
|
|
scope = "Maintain the Nixpkgs module system.";
|
2023-09-18 16:18:51 +02:00
|
|
|
shortName = "Module system";
|
2022-03-27 19:45:01 +02:00
|
|
|
enableFeatureFreezePing = true;
|
2020-06-12 03:05:26 +02:00
|
|
|
};
|
|
|
|
|
2024-12-22 22:37:42 +01:00
|
|
|
neovim = {
|
2025-02-28 13:53:52 +01:00
|
|
|
members = [
|
|
|
|
GaetanLepage
|
|
|
|
khaneliman
|
|
|
|
mrcjkb
|
|
|
|
perchun
|
|
|
|
];
|
2024-12-22 22:37:42 +01:00
|
|
|
githubTeams = [ "neovim" ];
|
|
|
|
scope = "Maintain the vim and neovim text editors and related packages.";
|
|
|
|
shortName = "Vim/Neovim";
|
|
|
|
};
|
|
|
|
|
2025-03-25 12:37:09 +00:00
|
|
|
nextcloud = {
|
|
|
|
members = [
|
|
|
|
bachp
|
|
|
|
britter
|
|
|
|
dotlambda
|
|
|
|
ma27
|
2025-03-29 11:33:02 +01:00
|
|
|
provokateurin
|
2025-03-25 12:37:09 +00:00
|
|
|
];
|
|
|
|
scope = "Maintain Nextcloud, its tests and the integration of applications.";
|
|
|
|
shortName = "Nextcloud";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2024-09-26 16:20:28 +02:00
|
|
|
ngi = {
|
|
|
|
members = [
|
|
|
|
eljamm
|
2025-06-04 09:20:01 -04:00
|
|
|
ethancedwards8
|
2024-09-26 16:20:28 +02:00
|
|
|
fricklerhandwerk
|
|
|
|
wegank
|
|
|
|
];
|
|
|
|
scope = "Maintain NGI-supported software.";
|
|
|
|
shortName = "NGI";
|
|
|
|
};
|
|
|
|
|
2022-12-05 17:27:11 -05:00
|
|
|
node = {
|
2024-07-01 20:23:17 -04:00
|
|
|
members = [ winter ];
|
2022-12-05 17:27:11 -05:00
|
|
|
scope = "Maintain Node.js runtimes and build tooling.";
|
|
|
|
shortName = "Node.js";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2023-10-11 11:51:15 -04:00
|
|
|
ocaml = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ alizter ];
|
|
|
|
githubTeams = [ "ocaml" ];
|
2023-10-11 11:51:15 -04:00
|
|
|
scope = "Maintain the OCaml compiler and package set.";
|
|
|
|
shortName = "OCaml";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
2025-04-29 21:19:58 +02:00
|
|
|
octodns = {
|
|
|
|
members = [ anthonyroussel ];
|
|
|
|
scope = "Maintain the ecosystem around OctoDNS";
|
|
|
|
shortName = "OctoDNS";
|
|
|
|
};
|
|
|
|
|
2021-09-10 18:20:58 +02:00
|
|
|
openstack = {
|
2024-07-27 21:39:26 +02:00
|
|
|
members = [
|
|
|
|
SuperSandro2000
|
|
|
|
anthonyroussel
|
2024-07-26 08:59:14 +02:00
|
|
|
vinetos
|
2024-07-27 21:39:26 +02:00
|
|
|
];
|
2021-09-10 18:20:58 +02:00
|
|
|
scope = "Maintain the ecosystem around OpenStack";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "OpenStack";
|
2021-09-10 18:20:58 +02:00
|
|
|
};
|
|
|
|
|
2023-08-16 13:30:33 +02: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 13:32:08 +02:00
|
|
|
members = [
|
|
|
|
kip93
|
2023-08-16 13:32:52 +02:00
|
|
|
victormeriqui
|
2023-08-16 13:32:08 +02:00
|
|
|
];
|
2023-08-16 13:30:33 +02:00
|
|
|
};
|
|
|
|
|
2021-05-05 21:39:54 +02:00
|
|
|
pantheon = {
|
|
|
|
members = [
|
|
|
|
davidak
|
|
|
|
bobby285271
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "pantheon" ];
|
2021-05-05 21:39:54 +02:00
|
|
|
scope = "Maintain Pantheon desktop environment and platform.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Pantheon";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
perl = {
|
2024-08-26 12:25:11 +02:00
|
|
|
members = [
|
|
|
|
sgo
|
|
|
|
marcusramberg
|
|
|
|
zakame
|
|
|
|
];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the Perl interpreter and Perl packages.";
|
|
|
|
shortName = "Perl";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-05-05 21:39:54 +02:00
|
|
|
};
|
|
|
|
|
2020-04-19 20:47:42 +02:00
|
|
|
php = {
|
|
|
|
members = [
|
|
|
|
aanderse
|
2022-01-23 12:48:14 +01:00
|
|
|
drupol
|
2020-04-19 20:47:42 +02:00
|
|
|
ma27
|
2024-07-02 21:28:18 +02:00
|
|
|
piotrkwiecinski
|
2020-04-19 20:47:42 +02:00
|
|
|
talyz
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "php" ];
|
2020-04-19 20:47:42 +02:00
|
|
|
scope = "Maintain PHP related packages and extensions.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "PHP";
|
|
|
|
enableFeatureFreezePing = true;
|
2020-04-19 20:47:42 +02:00
|
|
|
};
|
|
|
|
|
2020-04-03 20:10:47 +10:00
|
|
|
podman = {
|
|
|
|
members = [
|
|
|
|
saschagrunert
|
|
|
|
vdemeester
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "podman" ];
|
2020-04-24 08:07:37 +10:00
|
|
|
scope = "Maintain Podman and CRI-O related packages and modules.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Podman";
|
|
|
|
};
|
|
|
|
|
|
|
|
postgres = {
|
2024-11-01 16:53:25 +01:00
|
|
|
members = [
|
|
|
|
thoughtpolice
|
|
|
|
ma27
|
|
|
|
wolfgangwalther
|
|
|
|
];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
|
|
|
|
shortName = "PostgreSQL";
|
2024-11-01 16:53:25 +01:00
|
|
|
enableFeatureFreezePing = true;
|
2022-03-27 19:45:01 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
python = {
|
|
|
|
members = [
|
|
|
|
hexa
|
2024-06-14 20:29:59 +02:00
|
|
|
natsukium
|
2022-03-27 19:45:01 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the Python interpreter and related packages.";
|
|
|
|
shortName = "Python";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
qt-kde = {
|
|
|
|
members = [
|
2024-02-14 21:37:34 +03:00
|
|
|
ilya-fedin
|
|
|
|
k900
|
|
|
|
LunNova
|
|
|
|
mjm
|
|
|
|
nickcao
|
|
|
|
SuperSandro2000
|
2022-03-27 19:45:01 +02:00
|
|
|
ttuegel
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "qt-kde" ];
|
2024-02-14 21:37:34 +03:00
|
|
|
scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Qt / KDE";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
r = {
|
|
|
|
members = [
|
2024-04-28 21:44:38 +02:00
|
|
|
b-rodrigues
|
2022-03-27 19:45:01 +02:00
|
|
|
bcdarwin
|
|
|
|
jbedo
|
2024-04-28 21:44:38 +02:00
|
|
|
kupac
|
2022-03-27 19:45:01 +02:00
|
|
|
];
|
|
|
|
scope = "Maintain the R programming language and related packages.";
|
|
|
|
shortName = "R";
|
|
|
|
enableFeatureFreezePing = true;
|
2020-04-03 20:10:47 +10:00
|
|
|
};
|
2020-11-17 20:41:33 +01:00
|
|
|
|
2021-12-18 14:07:49 +01:00
|
|
|
redcodelabs = {
|
|
|
|
members = [
|
|
|
|
unrooted
|
|
|
|
wr0belj
|
|
|
|
wintrmvte
|
|
|
|
];
|
|
|
|
scope = "Maintain Red Code Labs related packages and modules.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Red Code Labs";
|
|
|
|
};
|
|
|
|
|
|
|
|
release = {
|
|
|
|
members = [ ];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "nixos-release-managers" ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Manage the current nixpkgs/NixOS release.";
|
|
|
|
shortName = "Release";
|
|
|
|
};
|
|
|
|
|
2022-11-12 07:17:03 -06:00
|
|
|
rocm = {
|
|
|
|
members = [
|
|
|
|
Flakebi
|
2025-03-03 09:00:43 -08:00
|
|
|
GZGavinZhao
|
|
|
|
LunNova
|
2024-03-21 21:42:38 +01:00
|
|
|
mschwaig
|
2022-11-12 07:17:03 -06:00
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "rocm-maintainers" ];
|
2022-11-12 07:17:03 -06:00
|
|
|
scope = "Maintain ROCm and related packages.";
|
|
|
|
shortName = "ROCm";
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
ruby = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the Ruby interpreter and related packages.";
|
|
|
|
shortName = "Ruby";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
rust = {
|
|
|
|
members = [
|
2023-01-30 21:17:44 -05:00
|
|
|
figsoda
|
2022-03-27 19:45:01 +02:00
|
|
|
mic92
|
2023-01-30 21:17:44 -05:00
|
|
|
tjni
|
|
|
|
winter
|
2022-03-27 19:45:01 +02:00
|
|
|
zowoq
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "rust" ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
|
|
|
shortName = "Rust";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-12-18 14:07:49 +01:00
|
|
|
};
|
|
|
|
|
2020-11-17 20:41:33 +01:00
|
|
|
sage = {
|
|
|
|
members = [
|
|
|
|
timokau
|
|
|
|
omasanori
|
2020-11-21 10:29:55 +01:00
|
|
|
raskin
|
2021-03-15 21:25:12 -03:00
|
|
|
collares
|
2020-11-17 20:41:33 +01:00
|
|
|
];
|
|
|
|
scope = "Maintain SageMath and the dependencies that are likely to break it.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "SageMath";
|
2020-11-17 20:41:33 +01:00
|
|
|
};
|
2021-05-08 12:11:48 +02:00
|
|
|
|
2024-05-01 21:13:37 -03:00
|
|
|
sdl = {
|
2025-05-14 16:27:07 +02:00
|
|
|
members = [
|
|
|
|
evythedemon
|
|
|
|
grimmauld
|
|
|
|
jansol
|
|
|
|
marcin-serwin
|
|
|
|
pbsds
|
|
|
|
];
|
|
|
|
githubTeams = [ "SDL" ];
|
|
|
|
scope = "Maintain core SDL libraries.";
|
2024-05-01 21:13:37 -03:00
|
|
|
shortName = "SDL";
|
2025-05-14 16:27:07 +02:00
|
|
|
enableFeatureFreezePing = true;
|
2024-05-01 21:13:37 -03:00
|
|
|
};
|
|
|
|
|
2022-01-21 00:47:07 +01:00
|
|
|
sphinx = {
|
2023-07-23 19:30:22 +02:00
|
|
|
members = [ ];
|
2022-01-21 00:47:07 +01:00
|
|
|
scope = "Maintain Sphinx related packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Sphinx";
|
2022-01-21 00:47:07 +01:00
|
|
|
};
|
|
|
|
|
2021-05-08 12:11:48 +02:00
|
|
|
serokell = {
|
2021-05-10 20:28:31 +01:00
|
|
|
# Verify additions by approval of an already existing member of the team.
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ balsoft ];
|
2021-05-08 12:11:48 +02:00
|
|
|
scope = "Group registration for Serokell employees who collectively maintain packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Serokell employees";
|
|
|
|
};
|
|
|
|
|
2024-10-11 10:28:41 -07:00
|
|
|
stdenv = {
|
|
|
|
members = [
|
|
|
|
artturin
|
|
|
|
emily
|
|
|
|
ericson2314
|
|
|
|
philiptaron
|
|
|
|
reckenrode
|
|
|
|
RossComputerGuy
|
|
|
|
];
|
|
|
|
scope = "Maintain the standard environment and its surrounding logic.";
|
|
|
|
shortName = "stdenv";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
githubTeams = [ "stdenv" ];
|
|
|
|
};
|
|
|
|
|
2024-03-02 17:22:55 +01:00
|
|
|
steam = {
|
|
|
|
members = [
|
|
|
|
atemu
|
|
|
|
k900
|
|
|
|
mkg20001
|
|
|
|
];
|
|
|
|
scope = "Maintain steam module and packages";
|
|
|
|
shortName = "Steam";
|
|
|
|
};
|
|
|
|
|
2024-07-09 18:02:38 -03:00
|
|
|
stridtech = {
|
|
|
|
# Verify additions by approval of an already existing member of the team
|
|
|
|
members = [
|
|
|
|
ulrikstrid
|
|
|
|
];
|
|
|
|
scope = "Group registration for Strid Tech AB team members who collectively maintain packages";
|
|
|
|
shortName = "StridTech";
|
|
|
|
};
|
|
|
|
|
2024-07-17 12:20:22 -03:00
|
|
|
swift = {
|
2024-07-17 12:28:29 -03:00
|
|
|
members = [
|
|
|
|
dduan
|
|
|
|
stephank
|
|
|
|
trepetti
|
|
|
|
trundle
|
|
|
|
];
|
2024-07-17 12:20:22 -03:00
|
|
|
scope = "Maintain Swift compiler suite for NixOS.";
|
|
|
|
shortName = "Swift";
|
|
|
|
};
|
|
|
|
|
2022-03-27 19:45:01 +02:00
|
|
|
systemd = {
|
2025-05-16 22:49:19 -04:00
|
|
|
members = [
|
|
|
|
flokli
|
|
|
|
arianvp
|
|
|
|
elvishjerricco
|
|
|
|
aanderse
|
|
|
|
];
|
2024-06-17 21:59:06 -03:00
|
|
|
githubTeams = [ "systemd" ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain systemd for NixOS.";
|
|
|
|
shortName = "systemd";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
tests = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ tfc ];
|
2022-03-27 19:45:01 +02:00
|
|
|
scope = "Maintain the NixOS VM test runner.";
|
|
|
|
shortName = "NixOS tests";
|
|
|
|
enableFeatureFreezePing = true;
|
2021-05-08 12:11:48 +02:00
|
|
|
};
|
2021-06-04 14:24:48 +02:00
|
|
|
|
|
|
|
tts = {
|
2024-06-17 21:59:06 -03:00
|
|
|
members = [ mic92 ];
|
2021-06-04 14:24:48 +02:00
|
|
|
scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "coqui-ai TTS";
|
|
|
|
};
|
|
|
|
|
2023-09-12 15:11:29 +02:00
|
|
|
wdz = {
|
|
|
|
members = [
|
|
|
|
n0emis
|
|
|
|
vidister
|
|
|
|
johannwagner
|
|
|
|
yuka
|
|
|
|
];
|
|
|
|
scope = "Group registration for WDZ GmbH team members who collectively maintain packages.";
|
|
|
|
shortName = "WDZ GmbH";
|
|
|
|
};
|
|
|
|
|
2024-09-26 15:58:28 +00:00
|
|
|
xen = {
|
|
|
|
members = [
|
|
|
|
hehongbo
|
|
|
|
lach
|
|
|
|
sigmasquadron
|
2025-03-26 16:47:12 +11:00
|
|
|
rane
|
2024-09-26 15:58:28 +00:00
|
|
|
];
|
|
|
|
scope = "Maintain the Xen Project Hypervisor and the related tooling ecosystem.";
|
|
|
|
shortName = "Xen Project Hypervisor";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
githubTeams = [ "xen-project" ];
|
|
|
|
};
|
|
|
|
|
2021-11-28 15:34:05 -03:00
|
|
|
xfce = {
|
|
|
|
members = [
|
2023-05-16 15:43:10 +08:00
|
|
|
bobby285271
|
2021-11-28 15:34:05 -03:00
|
|
|
romildo
|
2022-12-16 08:18:50 +03:00
|
|
|
muscaln
|
2021-11-28 15:34:05 -03:00
|
|
|
];
|
|
|
|
scope = "Maintain Xfce desktop environment and related packages.";
|
2022-03-27 19:45:01 +02:00
|
|
|
shortName = "Xfce";
|
2022-10-03 03:48:26 +02:00
|
|
|
enableFeatureFreezePing = true;
|
2021-11-28 15:34:05 -03:00
|
|
|
};
|
2023-08-09 21:34:28 -04:00
|
|
|
|
|
|
|
zig = {
|
2024-07-29 21:37:20 -07:00
|
|
|
members = [
|
|
|
|
figsoda
|
|
|
|
RossComputerGuy
|
|
|
|
];
|
2023-08-09 21:34:28 -04:00
|
|
|
scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
|
|
|
|
shortName = "Zig";
|
|
|
|
enableFeatureFreezePing = true;
|
|
|
|
};
|
2019-10-27 22:44:24 +01:00
|
|
|
}
|