mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +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;
|
githubId = 24574288;
|
||||||
name = "Nikodem Rabuliński";
|
name = "Nikodem Rabuliński";
|
||||||
};
|
};
|
||||||
nrdxp = {
|
|
||||||
email = "tim.deh@pm.me";
|
|
||||||
matrix = "@timdeh:matrix.org";
|
|
||||||
github = "nrdxp";
|
|
||||||
githubId = 34083928;
|
|
||||||
name = "Tim DeHerrera";
|
|
||||||
};
|
|
||||||
nrhelmi = {
|
nrhelmi = {
|
||||||
email = "helmiinour@gmail.com";
|
email = "helmiinour@gmail.com";
|
||||||
github = "NRHelmi";
|
github = "NRHelmi";
|
||||||
|
|
|
@ -546,7 +546,6 @@ with lib.maintainers;
|
||||||
cleverca22
|
cleverca22
|
||||||
disassembler
|
disassembler
|
||||||
manveru
|
manveru
|
||||||
nrdxp
|
|
||||||
];
|
];
|
||||||
scope = "Input-Output Global employees, which maintain critical software";
|
scope = "Input-Output Global employees, which maintain critical software";
|
||||||
shortName = "Input-Output Global employees";
|
shortName = "Input-Output Global employees";
|
||||||
|
|
|
@ -78,5 +78,5 @@ in
|
||||||
environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ];
|
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
|
rnhmjoj
|
||||||
ebzzry
|
ebzzry
|
||||||
dotlambda
|
dotlambda
|
||||||
nrdxp
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
colemickens
|
colemickens
|
||||||
nrdxp
|
|
||||||
];
|
];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/NerdyPepper/eva";
|
homepage = "https://github.com/NerdyPepper/eva";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
nrdxp
|
|
||||||
ma27
|
ma27
|
||||||
figsoda
|
figsoda
|
||||||
];
|
];
|
||||||
|
|
|
@ -185,7 +185,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
homepage = "https://github.com/ValveSoftware/gamescope";
|
homepage = "https://github.com/ValveSoftware/gamescope";
|
||||||
license = lib.licenses.bsd2;
|
license = lib.licenses.bsd2;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
nrdxp
|
|
||||||
pedrohlc
|
pedrohlc
|
||||||
Scrumplex
|
Scrumplex
|
||||||
zhaofengli
|
zhaofengli
|
||||||
|
|
|
@ -38,6 +38,6 @@ buildPythonPackage rec {
|
||||||
description = "PEP 517 compliant build system for PyQt";
|
description = "PEP 517 compliant build system for PyQt";
|
||||||
homepage = "https://github.com/Python-PyQt/PyQt-builder";
|
homepage = "https://github.com/Python-PyQt/PyQt-builder";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,6 @@ buildPythonPackage rec {
|
||||||
inherit (mesa.meta) platforms;
|
inherit (mesa.meta) platforms;
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
LunNova
|
LunNova
|
||||||
nrdxp
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,6 @@ buildPythonPackage rec {
|
||||||
description = "Creates C++ bindings for Python modules";
|
description = "Creates C++ bindings for Python modules";
|
||||||
homepage = "https://riverbankcomputing.com/";
|
homepage = "https://riverbankcomputing.com/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue