Unverified Commit 1faba3c1 authored by Emily's avatar Emily Committed by GitHub
Browse files

maintainers: remove superherointj (#337552)

parents 420d0cc6 7354bda2
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -19946,13 +19946,6 @@
    githubId = 36031171;
    name = "Supa";
  };
  superherointj = {
    email = "sergiomarcelo@yandex.com";
    github = "superherointj";
    githubId = 5861043;
    matrix = "@superherointj:matrix.org";
    name = "Sérgio Marcelo";
  };
  SuperSandro2000 = {
    email = "sandro.jaeckel@gmail.com";
    matrix = "@sandro:supersandro.de";
+0 −2
Original line number Diff line number Diff line
@@ -507,7 +507,6 @@ with lib.maintainers;
      marcusramberg
      mic92
      rorosen
      superherointj
      wrmilling
      yajo
    ];
@@ -951,7 +950,6 @@ with lib.maintainers;
  stridtech = {
    # Verify additions by approval of an already existing member of the team
    members = [
      superherointj
      ulrikstrid
    ];
    scope = "Group registration for Strid Tech AB team members who collectively maintain packages";
+3 −3
Original line number Diff line number Diff line
@@ -771,7 +771,7 @@ let
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=bradgashler.htmltagwrap";
          homepage = "https://github.com/bgashler1/vscode-htmltagwrap";
          license = lib.licenses.mit;
          maintainers = [ lib.maintainers.superherointj ];
          maintainers = [ ];
        };
      };

@@ -2600,7 +2600,7 @@ let
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-nix-syntax";
          homepage = "https://github.com/jeff-hykin/better-nix-syntax";
          license = lib.licenses.mit;
          maintainers = [ lib.maintainers.superherointj ];
          maintainers = [ ];
        };
      };

@@ -4301,7 +4301,7 @@ let
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=signageos.signageos-vscode-sops";
          homepage = "https://github.com/signageos/vscode-sops";
          license = lib.licenses.unfree;
          maintainers = [ lib.maintainers.superherointj ];
          maintainers = [ ];
        };
      };

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ buildGoModule rec {
    description = "CLI to install, manage & troubleshoot Kubernetes clusters running Cilium";
    license = lib.licenses.asl20;
    homepage = "https://www.cilium.io/";
    maintainers = with lib.maintainers; [ bryanasdev000 humancalico qjoly superherointj ];
    maintainers = with lib.maintainers; [ bryanasdev000 humancalico qjoly ];
    mainProgram = "cilium";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ If you cause a regression (we've all been there), you are responsible for fixing

To merge code, you need to be a committer, or use the merge-bot, but currently the merge-bot only works for packages located at `pkgs/by-name/`, which means, K3s still need to be migrated there before you can use merge-bot for merging. As a non-committer, once you have approved a PR you need to forward the request to a committer. For deciding which committer, give preference initially to K3s committers, but any committer can commit. A committer usually has a green approval in PRs.

K3s's committers currently are: superherointj, marcusramberg, Mic92.
K3s's committers currently are: marcusramberg, Mic92.

@euank is often silent but still active and has always handled anything dreadful, internal parts of K3s/Kubernetes or architecture things, he initially packaged K3s for nixpkgs, think of him as a last resort, when we fail to accomplish a fix, he comes to rescue us from ourselves.

Loading