diff options
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r-- | maintainers/team-list.nix | 78 |
1 files changed, 71 insertions, 7 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 5081616f1395..3deec6c11555 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -194,9 +194,13 @@ with lib.maintainers; }; darwin = { - members = [ toonn ]; - githubTeams = [ "darwin-maintainers" ]; - scope = "Maintain Darwin compatibility of packages and Darwin-only packages."; + members = [ + emily + reckenrode + toonn + ]; + githubTeams = [ "darwin-core" ]; + scope = "Maintain core platform support and packages for macOS and other Apple platforms."; shortName = "Darwin"; enableFeatureFreezePing = true; }; @@ -278,7 +282,11 @@ with lib.maintainers; }; emacs = { - members = [ adisbladis ]; + members = [ + AndersonTorres + adisbladis + linj + ]; scope = "Maintain the Emacs editor and packages."; shortName = "Emacs"; }; @@ -441,7 +449,6 @@ with lib.maintainers; haskell = { members = [ cdepillabout - expipiplus1 maralorn ncfavier sternenseemann @@ -457,6 +464,7 @@ with lib.maintainers; members = [ das_j conni2461 + helsinki-Jo ]; scope = "Group registration for packages maintained by Helsinki Systems"; shortName = "Helsinki Systems employees"; @@ -489,13 +497,25 @@ with lib.maintainers; shortName = "Input-Output Global employees"; }; + 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; + }; + jitsi = { members = [ cleeyv ryantm lassulus yayayayaka - asymmetric ]; scope = "Maintain Jitsi."; shortName = "Jitsi"; @@ -565,6 +585,7 @@ with lib.maintainers; linux-kernel = { members = [ TredwellGit + k900 ma27 nequissimus qyliss @@ -744,6 +765,16 @@ with lib.maintainers; enableFeatureFreezePing = true; }; + ngi = { + members = [ + eljamm + fricklerhandwerk + wegank + ]; + scope = "Maintain NGI-supported software."; + shortName = "NGI"; + }; + node = { members = [ winter ]; scope = "Maintain Node.js runtimes and build tooling."; @@ -827,9 +858,14 @@ with lib.maintainers; }; postgres = { - members = [ thoughtpolice ]; + members = [ + thoughtpolice + ma27 + wolfgangwalther + ]; scope = "Maintain the PostgreSQL package and plugins along with the NixOS module."; shortName = "PostgreSQL"; + enableFeatureFreezePing = true; }; python = { @@ -949,6 +985,21 @@ with lib.maintainers; shortName = "Serokell employees"; }; + stdenv = { + members = [ + artturin + emily + ericson2314 + philiptaron + reckenrode + RossComputerGuy + ]; + scope = "Maintain the standard environment and its surrounding logic."; + shortName = "stdenv"; + enableFeatureFreezePing = true; + githubTeams = [ "stdenv" ]; + }; + steam = { members = [ atemu @@ -1021,6 +1072,19 @@ with lib.maintainers; shortName = "WDZ GmbH"; }; + xen = { + members = [ + hehongbo + lach + rane + sigmasquadron + ]; + scope = "Maintain the Xen Project Hypervisor and the related tooling ecosystem."; + shortName = "Xen Project Hypervisor"; + enableFeatureFreezePing = true; + githubTeams = [ "xen-project" ]; + }; + xfce = { members = [ bobby285271 |