maintainers: remove mbbx6spp

This commit is contained in:
Hythera 2026-05-17 12:25:49 +02:00
commit 7db17bcc1f
No known key found for this signature in database
GPG key ID: 123E2CC7E1F951AA
5 changed files with 4 additions and 14 deletions

View file

@ -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";

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;