Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[24.05] maintainers: remove superherointj #337585

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19051,13 +19051,6 @@
githubId = 2666479;
name = "Y Nguyen";
};
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: 1 addition & 1 deletion pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3919,7 +3919,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";
};
}
1 change: 0 additions & 1 deletion pkgs/applications/networking/cluster/k3s/builder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ let
maintainers = with maintainers; [
euank
mic92
superherointj
wrmilling
yajo
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/vcluster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ buildGoModule rec {
homepage = "https://www.vcluster.com/";
license = lib.licenses.asl20;
mainProgram = "vcluster";
maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly superherointj ];
maintainers = with lib.maintainers; [ berryp peterromfeldhk qjoly ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/godot/4/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
description = "Free and Open Source 2D and 3D game engine";
license = lib.licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
maintainers = with lib.maintainers; [ shiryel superherointj ];
maintainers = with lib.maintainers; [ shiryel ];
mainProgram = "godot4";
};
}
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