OWNERS, teams: jetbrains: add theCapypara, create jetbrains team (#364861)

This commit is contained in:
Leona Maroni
2024-12-13 22:10:41 +01:00
committed by GitHub
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt
/pkgs/top-level/java-packages.nix @NixOS/java
# Jetbrains
/pkgs/applications/editors/jetbrains @edwtjo @leona-ya
/pkgs/applications/editors/jetbrains @edwtjo @leona-ya @theCapypara
# Licenses
/lib/licenses.nix @alyssais
+10
View File
@@ -538,6 +538,16 @@ with lib.maintainers;
enableFeatureFreezePing = true;
};
jetbrains = {
members = [
edwtjo
leona
theCapypara
];
shortName = "Jetbrains";
scope = "Maintainers of the Jetbrains IDEs in nixpkgs";
};
jitsi = {
members = [
cleeyv
@@ -53,7 +53,7 @@ let
+ lib.optionalString meta.isOpenSource (
if fromSource then " (built from source)" else " (patched binaries from jetbrains)"
);
maintainers = map (x: lib.maintainers."${x}") meta.maintainers;
maintainers = lib.teams.jetbrains.members ++ map (x: lib.maintainers."${x}") meta.maintainers;
license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree;
sourceProvenance =
if fromSource then