maintainers: remove mbbx6spp (#521212)

This commit is contained in:
Yohann Boniface
2026-05-25 11:21:33 +00:00
committed by GitHub
5 changed files with 4 additions and 14 deletions

View File

@@ -17392,12 +17392,6 @@
githubId = 613740;
name = "Martin Baillie";
};
mbbx6spp = {
email = "me@susanpotter.net";
github = "mbbx6spp";
githubId = 564;
name = "Susan Potter";
};
mbe = {
email = "brandonedens@gmail.com";
github = "brandonedens";

View File

@@ -4,13 +4,11 @@
# 2. whether the ETag header is properly generated whenever we're serving
# files in Nix store paths
# 3. nginx doesn't restart on configuration changes (only reloads)
{ pkgs, ... }:
{ ... }:
{
name = "nginx";
meta = with pkgs.lib.maintainers; {
maintainers = [
mbbx6spp
];
meta = {
maintainers = [ ];
};
nodes = {

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation {
mainProgram = "i7";
homepage = "http://inform7.com/";
license = lib.licenses.artistic2;
maintainers = with lib.maintainers; [ mbbx6spp ];
maintainers = [ ];
platforms = lib.platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs
broken =

View File

@@ -85,7 +85,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [
justinwoo
mbbx6spp
cdepillabout
];
platforms = [

View File

@@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
license = [ lib.licenses.gpl2Only ];
maintainers = with lib.maintainers; [
mic92
mbbx6spp
snu
];
platforms = lib.platforms.linux;