Loading ci/OWNERS +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading maintainers/team-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -537,6 +537,16 @@ with lib.maintainers; enableFeatureFreezePing = true; }; jetbrains = { members = [ edwtjo leona theCapypara ]; shortName = "Jetbrains"; scope = "Maintainers of the Jetbrains IDEs in nixpkgs"; }; jitsi = { members = [ cleeyv Loading pkgs/applications/editors/jetbrains/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
ci/OWNERS +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
maintainers/team-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -537,6 +537,16 @@ with lib.maintainers; enableFeatureFreezePing = true; }; jetbrains = { members = [ edwtjo leona theCapypara ]; shortName = "Jetbrains"; scope = "Maintainers of the Jetbrains IDEs in nixpkgs"; }; jitsi = { members = [ cleeyv Loading
pkgs/applications/editors/jetbrains/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading