mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
maintainers/team-list: format with nixfmt
This commit is contained in:
parent
35e9614121
commit
5cf83a58da
1 changed files with 52 additions and 126 deletions
|
@ -1,4 +1,5 @@
|
||||||
/* List of maintainer teams.
|
/*
|
||||||
|
List of maintainer teams.
|
||||||
name = {
|
name = {
|
||||||
# Required
|
# Required
|
||||||
members = [ maintainer1 maintainer2 ];
|
members = [ maintainer1 maintainer2 ];
|
||||||
|
@ -25,10 +26,11 @@
|
||||||
* keep the list alphabetically sorted
|
* keep the list alphabetically sorted
|
||||||
* test the validity of the format with:
|
* test the validity of the format with:
|
||||||
nix-build lib/tests/teams.nix
|
nix-build lib/tests/teams.nix
|
||||||
*/
|
*/
|
||||||
|
|
||||||
{ lib }:
|
{ lib }:
|
||||||
with lib.maintainers; {
|
with lib.maintainers;
|
||||||
|
{
|
||||||
acme = {
|
acme = {
|
||||||
members = [
|
members = [
|
||||||
aanderse
|
aanderse
|
||||||
|
@ -67,9 +69,7 @@ with lib.maintainers; {
|
||||||
minijackson
|
minijackson
|
||||||
yurrriq
|
yurrriq
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "beam" ];
|
||||||
"beam"
|
|
||||||
];
|
|
||||||
scope = "Maintain BEAM-related packages and modules.";
|
scope = "Maintain BEAM-related packages and modules.";
|
||||||
shortName = "BEAM";
|
shortName = "BEAM";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -95,9 +95,7 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
budgie = {
|
budgie = {
|
||||||
members = [
|
members = [ bobby285271 ];
|
||||||
bobby285271
|
|
||||||
];
|
|
||||||
scope = "Maintain Budgie desktop environment";
|
scope = "Maintain Budgie desktop environment";
|
||||||
shortName = "Budgie";
|
shortName = "Budgie";
|
||||||
};
|
};
|
||||||
|
@ -144,9 +142,7 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
cloudposse = {
|
cloudposse = {
|
||||||
members = [
|
members = [ dudymas ];
|
||||||
dudymas
|
|
||||||
];
|
|
||||||
scope = "Maintain atmos and applications made by the Cloud Posse team.";
|
scope = "Maintain atmos and applications made by the Cloud Posse team.";
|
||||||
shortName = "CloudPosse";
|
shortName = "CloudPosse";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -178,12 +174,8 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
darwin = {
|
darwin = {
|
||||||
members = [
|
members = [ toonn ];
|
||||||
toonn
|
githubTeams = [ "darwin-maintainers" ];
|
||||||
];
|
|
||||||
githubTeams = [
|
|
||||||
"darwin-maintainers"
|
|
||||||
];
|
|
||||||
scope = "Maintain Darwin compatibility of packages and Darwin-only packages.";
|
scope = "Maintain Darwin compatibility of packages and Darwin-only packages.";
|
||||||
shortName = "Darwin";
|
shortName = "Darwin";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -213,9 +205,7 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
deepin = {
|
deepin = {
|
||||||
members = [
|
members = [ rewine ];
|
||||||
rewine
|
|
||||||
];
|
|
||||||
scope = "Maintain deepin desktop environment and related packages.";
|
scope = "Maintain deepin desktop environment and related packages.";
|
||||||
shortName = "DDE";
|
shortName = "DDE";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -262,29 +252,21 @@ with lib.maintainers; {
|
||||||
|
|
||||||
docs = {
|
docs = {
|
||||||
members = [ ];
|
members = [ ];
|
||||||
githubTeams = [
|
githubTeams = [ "documentation-team" ];
|
||||||
"documentation-team"
|
|
||||||
];
|
|
||||||
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
|
scope = "Maintain nixpkgs/NixOS documentation and tools for building it.";
|
||||||
shortName = "Docs";
|
shortName = "Docs";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
emacs = {
|
emacs = {
|
||||||
members = [
|
members = [ adisbladis ];
|
||||||
adisbladis
|
|
||||||
];
|
|
||||||
scope = "Maintain the Emacs editor and packages.";
|
scope = "Maintain the Emacs editor and packages.";
|
||||||
shortName = "Emacs";
|
shortName = "Emacs";
|
||||||
};
|
};
|
||||||
|
|
||||||
enlightenment = {
|
enlightenment = {
|
||||||
members = [
|
members = [ romildo ];
|
||||||
romildo
|
githubTeams = [ "enlightenment" ];
|
||||||
];
|
|
||||||
githubTeams = [
|
|
||||||
"enlightenment"
|
|
||||||
];
|
|
||||||
scope = "Maintain Enlightenment desktop environment and related packages.";
|
scope = "Maintain Enlightenment desktop environment and related packages.";
|
||||||
shortName = "Enlightenment";
|
shortName = "Enlightenment";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -303,7 +285,12 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
flutter = {
|
flutter = {
|
||||||
members = [ mkg20001 RossComputerGuy FlafyDev hacker1024 ];
|
members = [
|
||||||
|
mkg20001
|
||||||
|
RossComputerGuy
|
||||||
|
FlafyDev
|
||||||
|
hacker1024
|
||||||
|
];
|
||||||
scope = "Maintain Flutter and Dart-related packages and build tools";
|
scope = "Maintain Flutter and Dart-related packages and build tools";
|
||||||
shortName = "flutter";
|
shortName = "flutter";
|
||||||
enableFeatureFreezePing = false;
|
enableFeatureFreezePing = false;
|
||||||
|
@ -373,9 +360,7 @@ with lib.maintainers; {
|
||||||
sikmir
|
sikmir
|
||||||
willcohen
|
willcohen
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "geospatial" ];
|
||||||
"geospatial"
|
|
||||||
];
|
|
||||||
scope = "Maintain geospatial packages.";
|
scope = "Maintain geospatial packages.";
|
||||||
shortName = "Geospatial";
|
shortName = "Geospatial";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -400,9 +385,7 @@ with lib.maintainers; {
|
||||||
qbit
|
qbit
|
||||||
mfrw
|
mfrw
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "golang" ];
|
||||||
"golang"
|
|
||||||
];
|
|
||||||
scope = "Maintain Golang compilers.";
|
scope = "Maintain Golang compilers.";
|
||||||
shortName = "Go";
|
shortName = "Go";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -415,9 +398,7 @@ with lib.maintainers; {
|
||||||
jtojnar
|
jtojnar
|
||||||
dasj19
|
dasj19
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "gnome" ];
|
||||||
"gnome"
|
|
||||||
];
|
|
||||||
scope = "Maintain GNOME desktop environment and platform.";
|
scope = "Maintain GNOME desktop environment and platform.";
|
||||||
shortName = "GNOME";
|
shortName = "GNOME";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -443,9 +424,7 @@ with lib.maintainers; {
|
||||||
ncfavier
|
ncfavier
|
||||||
sternenseemann
|
sternenseemann
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "haskell" ];
|
||||||
"haskell"
|
|
||||||
];
|
|
||||||
scope = "Maintain Haskell packages and infrastructure.";
|
scope = "Maintain Haskell packages and infrastructure.";
|
||||||
shortName = "Haskell";
|
shortName = "Haskell";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -472,9 +451,7 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
infisical = {
|
infisical = {
|
||||||
members = [
|
members = [ akhilmhdh ];
|
||||||
akhilmhdh
|
|
||||||
];
|
|
||||||
scope = "Maintain Infisical";
|
scope = "Maintain Infisical";
|
||||||
shortName = "Infisical";
|
shortName = "Infisical";
|
||||||
};
|
};
|
||||||
|
@ -568,9 +545,7 @@ with lib.maintainers; {
|
||||||
uthar
|
uthar
|
||||||
hraban
|
hraban
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "lisp" ];
|
||||||
"lisp"
|
|
||||||
];
|
|
||||||
scope = "Maintain the Lisp ecosystem.";
|
scope = "Maintain the Lisp ecosystem.";
|
||||||
shortName = "lisp";
|
shortName = "lisp";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -586,18 +561,14 @@ with lib.maintainers; {
|
||||||
rrbutani
|
rrbutani
|
||||||
sternenseemann
|
sternenseemann
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "llvm" ];
|
||||||
"llvm"
|
|
||||||
];
|
|
||||||
scope = "Maintain LLVM package sets and related packages";
|
scope = "Maintain LLVM package sets and related packages";
|
||||||
shortName = "LLVM";
|
shortName = "LLVM";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lomiri = {
|
lomiri = {
|
||||||
members = [
|
members = [ OPNA2608 ];
|
||||||
OPNA2608
|
|
||||||
];
|
|
||||||
scope = "Maintain Lomiri desktop environment and related packages.";
|
scope = "Maintain Lomiri desktop environment and related packages.";
|
||||||
shortName = "Lomiri";
|
shortName = "Lomiri";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -614,21 +585,15 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
lua = {
|
lua = {
|
||||||
githubTeams = [
|
githubTeams = [ "lua" ];
|
||||||
"lua"
|
|
||||||
];
|
|
||||||
scope = "Maintain the lua ecosystem.";
|
scope = "Maintain the lua ecosystem.";
|
||||||
shortName = "lua";
|
shortName = "lua";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lumina = {
|
lumina = {
|
||||||
members = [
|
members = [ romildo ];
|
||||||
romildo
|
githubTeams = [ "lumina" ];
|
||||||
];
|
|
||||||
githubTeams = [
|
|
||||||
"lumina"
|
|
||||||
];
|
|
||||||
scope = "Maintain lumina desktop environment and related packages.";
|
scope = "Maintain lumina desktop environment and related packages.";
|
||||||
shortName = "Lumina";
|
shortName = "Lumina";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -647,12 +612,8 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
lxqt = {
|
lxqt = {
|
||||||
members = [
|
members = [ romildo ];
|
||||||
romildo
|
githubTeams = [ "lxqt" ];
|
||||||
];
|
|
||||||
githubTeams = [
|
|
||||||
"lxqt"
|
|
||||||
];
|
|
||||||
scope = "Maintain LXQt desktop environment and related packages.";
|
scope = "Maintain LXQt desktop environment and related packages.";
|
||||||
shortName = "LXQt";
|
shortName = "LXQt";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -717,9 +678,7 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
mobile = {
|
mobile = {
|
||||||
members = [
|
members = [ samueldr ];
|
||||||
samueldr
|
|
||||||
];
|
|
||||||
scope = "Maintain Mobile NixOS.";
|
scope = "Maintain Mobile NixOS.";
|
||||||
shortName = "Mobile";
|
shortName = "Mobile";
|
||||||
};
|
};
|
||||||
|
@ -766,21 +725,15 @@ with lib.maintainers; {
|
||||||
};
|
};
|
||||||
|
|
||||||
ocaml = {
|
ocaml = {
|
||||||
members = [
|
members = [ alizter ];
|
||||||
alizter
|
githubTeams = [ "ocaml" ];
|
||||||
];
|
|
||||||
githubTeams = [
|
|
||||||
"ocaml"
|
|
||||||
];
|
|
||||||
scope = "Maintain the OCaml compiler and package set.";
|
scope = "Maintain the OCaml compiler and package set.";
|
||||||
shortName = "OCaml";
|
shortName = "OCaml";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
openstack = {
|
openstack = {
|
||||||
members = [
|
members = [ SuperSandro2000 ];
|
||||||
SuperSandro2000
|
|
||||||
];
|
|
||||||
scope = "Maintain the ecosystem around OpenStack";
|
scope = "Maintain the ecosystem around OpenStack";
|
||||||
shortName = "OpenStack";
|
shortName = "OpenStack";
|
||||||
};
|
};
|
||||||
|
@ -801,18 +754,14 @@ with lib.maintainers; {
|
||||||
davidak
|
davidak
|
||||||
bobby285271
|
bobby285271
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "pantheon" ];
|
||||||
"pantheon"
|
|
||||||
];
|
|
||||||
scope = "Maintain Pantheon desktop environment and platform.";
|
scope = "Maintain Pantheon desktop environment and platform.";
|
||||||
shortName = "Pantheon";
|
shortName = "Pantheon";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
perl = {
|
perl = {
|
||||||
members = [
|
members = [ sgo ];
|
||||||
sgo
|
|
||||||
];
|
|
||||||
scope = "Maintain the Perl interpreter and Perl packages.";
|
scope = "Maintain the Perl interpreter and Perl packages.";
|
||||||
shortName = "Perl";
|
shortName = "Perl";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -826,9 +775,7 @@ with lib.maintainers; {
|
||||||
patka
|
patka
|
||||||
talyz
|
talyz
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "php" ];
|
||||||
"php"
|
|
||||||
];
|
|
||||||
scope = "Maintain PHP related packages and extensions.";
|
scope = "Maintain PHP related packages and extensions.";
|
||||||
shortName = "PHP";
|
shortName = "PHP";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -839,17 +786,13 @@ with lib.maintainers; {
|
||||||
saschagrunert
|
saschagrunert
|
||||||
vdemeester
|
vdemeester
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "podman" ];
|
||||||
"podman"
|
|
||||||
];
|
|
||||||
scope = "Maintain Podman and CRI-O related packages and modules.";
|
scope = "Maintain Podman and CRI-O related packages and modules.";
|
||||||
shortName = "Podman";
|
shortName = "Podman";
|
||||||
};
|
};
|
||||||
|
|
||||||
postgres = {
|
postgres = {
|
||||||
members = [
|
members = [ thoughtpolice ];
|
||||||
thoughtpolice
|
|
||||||
];
|
|
||||||
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
|
scope = "Maintain the PostgreSQL package and plugins along with the NixOS module.";
|
||||||
shortName = "PostgreSQL";
|
shortName = "PostgreSQL";
|
||||||
};
|
};
|
||||||
|
@ -875,9 +818,7 @@ with lib.maintainers; {
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
ttuegel
|
ttuegel
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "qt-kde" ];
|
||||||
"qt-kde"
|
|
||||||
];
|
|
||||||
scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
|
scope = "Maintain the Qt framework, KDE application suite, Plasma desktop environment and related projects.";
|
||||||
shortName = "Qt / KDE";
|
shortName = "Qt / KDE";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -907,9 +848,7 @@ with lib.maintainers; {
|
||||||
|
|
||||||
release = {
|
release = {
|
||||||
members = [ ];
|
members = [ ];
|
||||||
githubTeams = [
|
githubTeams = [ "nixos-release-managers" ];
|
||||||
"nixos-release-managers"
|
|
||||||
];
|
|
||||||
scope = "Manage the current nixpkgs/NixOS release.";
|
scope = "Manage the current nixpkgs/NixOS release.";
|
||||||
shortName = "Release";
|
shortName = "Release";
|
||||||
};
|
};
|
||||||
|
@ -920,16 +859,13 @@ with lib.maintainers; {
|
||||||
Flakebi
|
Flakebi
|
||||||
mschwaig
|
mschwaig
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "rocm-maintainers" ];
|
||||||
"rocm-maintainers"
|
|
||||||
];
|
|
||||||
scope = "Maintain ROCm and related packages.";
|
scope = "Maintain ROCm and related packages.";
|
||||||
shortName = "ROCm";
|
shortName = "ROCm";
|
||||||
};
|
};
|
||||||
|
|
||||||
ruby = {
|
ruby = {
|
||||||
members = [
|
members = [ ];
|
||||||
];
|
|
||||||
scope = "Maintain the Ruby interpreter and related packages.";
|
scope = "Maintain the Ruby interpreter and related packages.";
|
||||||
shortName = "Ruby";
|
shortName = "Ruby";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -943,9 +879,7 @@ with lib.maintainers; {
|
||||||
winter
|
winter
|
||||||
zowoq
|
zowoq
|
||||||
];
|
];
|
||||||
githubTeams = [
|
githubTeams = [ "rust" ];
|
||||||
"rust"
|
|
||||||
];
|
|
||||||
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
|
||||||
shortName = "Rust";
|
shortName = "Rust";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
@ -976,9 +910,7 @@ with lib.maintainers; {
|
||||||
|
|
||||||
serokell = {
|
serokell = {
|
||||||
# Verify additions by approval of an already existing member of the team.
|
# Verify additions by approval of an already existing member of the team.
|
||||||
members = [
|
members = [ balsoft ];
|
||||||
balsoft
|
|
||||||
];
|
|
||||||
scope = "Group registration for Serokell employees who collectively maintain packages.";
|
scope = "Group registration for Serokell employees who collectively maintain packages.";
|
||||||
shortName = "Serokell employees";
|
shortName = "Serokell employees";
|
||||||
};
|
};
|
||||||
|
@ -997,27 +929,21 @@ with lib.maintainers; {
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
members = [ ];
|
members = [ ];
|
||||||
githubTeams = [
|
githubTeams = [ "systemd" ];
|
||||||
"systemd"
|
|
||||||
];
|
|
||||||
scope = "Maintain systemd for NixOS.";
|
scope = "Maintain systemd for NixOS.";
|
||||||
shortName = "systemd";
|
shortName = "systemd";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
tests = {
|
tests = {
|
||||||
members = [
|
members = [ tfc ];
|
||||||
tfc
|
|
||||||
];
|
|
||||||
scope = "Maintain the NixOS VM test runner.";
|
scope = "Maintain the NixOS VM test runner.";
|
||||||
shortName = "NixOS tests";
|
shortName = "NixOS tests";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
tts = {
|
tts = {
|
||||||
members = [
|
members = [ mic92 ];
|
||||||
mic92
|
|
||||||
];
|
|
||||||
scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
|
scope = "coqui-ai TTS (formerly Mozilla TTS) and leaf packages";
|
||||||
shortName = "coqui-ai TTS";
|
shortName = "coqui-ai TTS";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue