Skip to content

Commit

Permalink
[24.05] maintainers: remove superherointj (#337585)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Aug 27, 2024
2 parents 787c876 + 3e9a1b6 commit 901b587
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 13 deletions.
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 = "[email protected]";
github = "superherointj";
githubId = 5861043;
matrix = "@superherointj:matrix.org";
name = "Sérgio Marcelo";
};
SuperSandro2000 = {
email = "[email protected]";
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

0 comments on commit 901b587

Please sign in to comment.