lib.teams: Some changes based on current GitHub state
Including: - Removing a `.github` for a team that doesn't exist - Adding people to `lib.teams` that are part of the GitHub team but were never part of the team in `lib.teams` - Adjusting capitalisation of a linked GitHub team While there's more differences, all others should be done on the GitHub side, because it's things like adding/removing team members that have added/removed themselves to/from `lib.teams` in the past.
This commit is contained in:
@@ -237,7 +237,6 @@ with lib.maintainers;
|
|||||||
members = [ floriansanderscc ];
|
members = [ floriansanderscc ];
|
||||||
scope = "Maintain Clever Cloud related packages.";
|
scope = "Maintain Clever Cloud related packages.";
|
||||||
shortName = "CleverCloud";
|
shortName = "CleverCloud";
|
||||||
github = "CleverCloud";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
cloudposse = {
|
cloudposse = {
|
||||||
@@ -367,7 +366,11 @@ with lib.maintainers;
|
|||||||
};
|
};
|
||||||
|
|
||||||
docs = {
|
docs = {
|
||||||
members = [ ];
|
members = [
|
||||||
|
alejandrosame
|
||||||
|
wamirez
|
||||||
|
hsjobeki
|
||||||
|
];
|
||||||
github = "documentation-team";
|
github = "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";
|
||||||
@@ -634,6 +637,7 @@ with lib.maintainers;
|
|||||||
fliegendewurst
|
fliegendewurst
|
||||||
infinidoge
|
infinidoge
|
||||||
tomodachi94
|
tomodachi94
|
||||||
|
msgilligan
|
||||||
];
|
];
|
||||||
shortName = "Java";
|
shortName = "Java";
|
||||||
scope = "Maintainers of the Nixpkgs Java ecosystem (JDK, JVM, Java, Gradle, Maven, Ant, and adjacent projects)";
|
scope = "Maintainers of the Nixpkgs Java ecosystem (JDK, JVM, Java, Gradle, Maven, Ant, and adjacent projects)";
|
||||||
@@ -802,6 +806,13 @@ with lib.maintainers;
|
|||||||
};
|
};
|
||||||
|
|
||||||
lua = {
|
lua = {
|
||||||
|
members = [
|
||||||
|
raskin
|
||||||
|
khaneliman
|
||||||
|
teto
|
||||||
|
arobyn
|
||||||
|
scoder12
|
||||||
|
];
|
||||||
github = "lua";
|
github = "lua";
|
||||||
scope = "Maintain the lua ecosystem.";
|
scope = "Maintain the lua ecosystem.";
|
||||||
shortName = "lua";
|
shortName = "lua";
|
||||||
@@ -987,6 +998,8 @@ with lib.maintainers;
|
|||||||
members = [
|
members = [
|
||||||
alizter
|
alizter
|
||||||
redianthus
|
redianthus
|
||||||
|
romildo
|
||||||
|
ulrikstrid
|
||||||
];
|
];
|
||||||
github = "ocaml";
|
github = "ocaml";
|
||||||
scope = "Maintain the OCaml compiler and package set.";
|
scope = "Maintain the OCaml compiler and package set.";
|
||||||
@@ -1096,6 +1109,11 @@ with lib.maintainers;
|
|||||||
nickcao
|
nickcao
|
||||||
SuperSandro2000
|
SuperSandro2000
|
||||||
ttuegel
|
ttuegel
|
||||||
|
fridh
|
||||||
|
shamilton
|
||||||
|
bkchr
|
||||||
|
peterhoeg
|
||||||
|
nyanloutre
|
||||||
];
|
];
|
||||||
github = "qt-kde";
|
github = "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.";
|
||||||
@@ -1169,7 +1187,7 @@ with lib.maintainers;
|
|||||||
marcin-serwin
|
marcin-serwin
|
||||||
pbsds
|
pbsds
|
||||||
];
|
];
|
||||||
github = "SDL";
|
github = "sdl";
|
||||||
scope = "Maintain core SDL libraries.";
|
scope = "Maintain core SDL libraries.";
|
||||||
shortName = "SDL";
|
shortName = "SDL";
|
||||||
enableFeatureFreezePing = true;
|
enableFeatureFreezePing = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user