mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
OWNERS, teams: jetbrains: add theCapypara, create jetbrains team
This commit is contained in:
parent
61a88accd5
commit
7c49f4f5e7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user