Unverified Commit 7c49f4f5 authored by Marco "Capypara" Köpcke's avatar Marco "Capypara" Köpcke
Browse files

OWNERS, teams: jetbrains: add theCapypara, create jetbrains team

parent 61a88acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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