Skip to content

Commit

Permalink
maintainers: remove superherointj
Browse files Browse the repository at this point in the history
  • Loading branch information
superherointj committed Aug 26, 2024
1 parent a9372de commit 7354bda
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 18 deletions.
7 changes: 0 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 0 additions & 2 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ with lib.maintainers;
marcusramberg
mic92
rorosen
superherointj
wrmilling
yajo
];
Expand Down Expand Up @@ -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";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [ ];
};
};

Expand Down Expand Up @@ -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 = [ ];
};
};

Expand Down Expand Up @@ -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 = [ ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/cilium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/fl/fluxcd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ buildGoModule rec {
maintainers = with lib.maintainers; [
bryanasdev000
jlesquembre
superherointj
];
mainProgram = "flux";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/go/godot_4/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ stdenv.mkDerivation rec {
];
maintainers = with lib.maintainers; [
shiryel
superherointj
];
mainProgram = "godot4";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/vc/vcluster/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ buildGoModule rec {
berryp
peterromfeldhk
qjoly
superherointj
];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/etcd/3.5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ offline superherointj ];
maintainers = with maintainers; [ offline ];
platforms = platforms.darwin ++ platforms.linux;
};

Expand Down

0 comments on commit 7354bda

Please sign in to comment.