diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 4c7c71418d63..630580c9f1de 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -17369,12 +17369,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"; diff --git a/nixos/tests/nginx.nix b/nixos/tests/nginx.nix index 821ece83c73e..8797da73a134 100644 --- a/nixos/tests/nginx.nix +++ b/nixos/tests/nginx.nix @@ -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 = { diff --git a/pkgs/by-name/in/inform7/package.nix b/pkgs/by-name/in/inform7/package.nix index e31b831faec1..bd536931b852 100644 --- a/pkgs/by-name/in/inform7/package.nix +++ b/pkgs/by-name/in/inform7/package.nix @@ -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 = diff --git a/pkgs/development/compilers/purescript/purescript/default.nix b/pkgs/development/compilers/purescript/purescript/default.nix index ed2ce4cf1a27..c3a3d41f63f9 100644 --- a/pkgs/development/compilers/purescript/purescript/default.nix +++ b/pkgs/development/compilers/purescript/purescript/default.nix @@ -85,7 +85,6 @@ stdenv.mkDerivation rec { sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with lib.maintainers; [ justinwoo - mbbx6spp cdepillabout ]; platforms = [ diff --git a/pkgs/os-specific/linux/ply/default.nix b/pkgs/os-specific/linux/ply/default.nix index 9da2d9be9d7b..1959088b3436 100644 --- a/pkgs/os-specific/linux/ply/default.nix +++ b/pkgs/os-specific/linux/ply/default.nix @@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: { license = [ lib.licenses.gpl2Only ]; maintainers = with lib.maintainers; [ mic92 - mbbx6spp snu ]; platforms = lib.platforms.linux;