maintainers: drop nrdxp

Banned from the community on 2024-11-06.
This commit is contained in:
Martin Weinelt 2025-02-23 01:42:45 +01:00
parent 338658eb82
commit 6f7bcb6e43
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
10 changed files with 3 additions and 16 deletions

View file

@ -17041,13 +17041,6 @@
githubId = 24574288;
name = "Nikodem Rabuliński";
};
nrdxp = {
email = "tim.deh@pm.me";
matrix = "@timdeh:matrix.org";
github = "nrdxp";
githubId = 34083928;
name = "Tim DeHerrera";
};
nrhelmi = {
email = "helmiinour@gmail.com";
github = "NRHelmi";

View file

@ -546,7 +546,6 @@ with lib.maintainers;
cleverca22
disassembler
manveru
nrdxp
];
scope = "Input-Output Global employees, which maintain critical software";
shortName = "Input-Output Global employees";

View file

@ -78,5 +78,5 @@ in
environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ];
};
meta.maintainers = with lib.maintainers; [ nrdxp ];
meta.maintainers = with lib.maintainers; [ ];
}

View file

@ -164,7 +164,6 @@ python3.pkgs.buildPythonApplication {
rnhmjoj
ebzzry
dotlambda
nrdxp
];
};
}

View file

@ -30,7 +30,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mit;
maintainers = with maintainers; [
colemickens
nrdxp
];
platforms = with platforms; linux;
};

View file

@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/NerdyPepper/eva";
license = licenses.mit;
maintainers = with maintainers; [
nrdxp
ma27
figsoda
];

View file

@ -185,7 +185,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ValveSoftware/gamescope";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [
nrdxp
pedrohlc
Scrumplex
zhaofengli

View file

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "PEP 517 compliant build system for PyQt";
homepage = "https://github.com/Python-PyQt/PyQt-builder";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nrdxp ];
maintainers = with maintainers; [ ];
};
}

View file

@ -96,7 +96,6 @@ buildPythonPackage rec {
inherit (mesa.meta) platforms;
maintainers = with lib.maintainers; [
LunNova
nrdxp
];
};
}

View file

@ -48,6 +48,6 @@ buildPythonPackage rec {
description = "Creates C++ bindings for Python modules";
homepage = "https://riverbankcomputing.com/";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nrdxp ];
maintainers = with maintainers; [ ];
};
}