diff options
author | Tomo | 2024-10-30 18:44:37 +0000 |
---|---|---|
committer | Tomodachi94 | 2024-11-09 18:26:59 +0000 |
commit | c04d7170e047829f03c514abb5a1aa98f58f7b80 (patch) | |
tree | 5edd52423c692247996aed93b4fe3e9e73a59c15 /maintainers/team-list.nix | |
parent | b71a8b49f59bfcf3b3888656bef9e024170f6d86 (diff) |
team-list: establish java team
As discussed in #jdk:nixos.org on Matrix, the maintainers of the Java ecosystem in Nixpkgs feel that a team for Java would be helpful.
Diffstat (limited to 'maintainers/team-list.nix')
-rw-r--r-- | maintainers/team-list.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index b4f555105051..3deec6c11555 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -497,6 +497,19 @@ 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 |