maintainers: remove superherointj (#337552)

This commit is contained in:
Emily
2024-08-27 01:08:06 +01:00
committed by GitHub
9 changed files with 6 additions and 18 deletions
-7
View File
@@ -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";
-2
View File
@@ -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";
@@ -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 = [ ];
};
};
@@ -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";
};
}
@@ -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.
-1
View File
@@ -81,7 +81,6 @@ buildGoModule rec {
maintainers = with lib.maintainers; [
bryanasdev000
jlesquembre
superherointj
];
mainProgram = "flux";
};
-1
View File
@@ -192,7 +192,6 @@ stdenv.mkDerivation rec {
];
maintainers = with lib.maintainers; [
shiryel
superherointj
];
mainProgram = "godot4";
};
-1
View File
@@ -68,7 +68,6 @@ buildGoModule rec {
berryp
peterromfeldhk
qjoly
superherointj
];
};
}
+1 -1
View File
@@ -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;
};