mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers: drop nrdxp
Banned from the community on 2024-11-06.
This commit is contained in:
parent
338658eb82
commit
6f7bcb6e43
10 changed files with 3 additions and 16 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -78,5 +78,5 @@ in
|
|||
environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ];
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [ nrdxp ];
|
||||
meta.maintainers = with lib.maintainers; [ ];
|
||||
}
|
||||
|
|
|
@ -164,7 +164,6 @@ python3.pkgs.buildPythonApplication {
|
|||
rnhmjoj
|
||||
ebzzry
|
||||
dotlambda
|
||||
nrdxp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,7 +30,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
colemickens
|
||||
nrdxp
|
||||
];
|
||||
platforms = with platforms; linux;
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/NerdyPepper/eva";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
nrdxp
|
||||
ma27
|
||||
figsoda
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -96,7 +96,6 @@ buildPythonPackage rec {
|
|||
inherit (mesa.meta) platforms;
|
||||
maintainers = with lib.maintainers; [
|
||||
LunNova
|
||||
nrdxp
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue