diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d80eab25a6c6..47cbb63019bf 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index aa77c3245932..6fce487c6ed5 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -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"; diff --git a/nixos/modules/programs/gamescope.nix b/nixos/modules/programs/gamescope.nix index f3659ff20a40..62de0006551c 100644 --- a/nixos/modules/programs/gamescope.nix +++ b/nixos/modules/programs/gamescope.nix @@ -78,5 +78,5 @@ in environment.systemPackages = lib.mkIf (!cfg.capSysNice) [ gamescope ]; }; - meta.maintainers = with lib.maintainers; [ nrdxp ]; + meta.maintainers = with lib.maintainers; [ ]; } diff --git a/pkgs/applications/networking/browsers/qutebrowser/default.nix b/pkgs/applications/networking/browsers/qutebrowser/default.nix index 1de7936f7d7f..66a2fc921c56 100644 --- a/pkgs/applications/networking/browsers/qutebrowser/default.nix +++ b/pkgs/applications/networking/browsers/qutebrowser/default.nix @@ -164,7 +164,6 @@ python3.pkgs.buildPythonApplication { rnhmjoj ebzzry dotlambda - nrdxp ]; }; } diff --git a/pkgs/by-name/cf/cfdyndns/package.nix b/pkgs/by-name/cf/cfdyndns/package.nix index 8ee036e18f1a..feb1e50b0091 100644 --- a/pkgs/by-name/cf/cfdyndns/package.nix +++ b/pkgs/by-name/cf/cfdyndns/package.nix @@ -30,7 +30,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with maintainers; [ colemickens - nrdxp ]; platforms = with platforms; linux; }; diff --git a/pkgs/by-name/ev/eva/package.nix b/pkgs/by-name/ev/eva/package.nix index 82f865814887..b758b5b538a7 100644 --- a/pkgs/by-name/ev/eva/package.nix +++ b/pkgs/by-name/ev/eva/package.nix @@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/NerdyPepper/eva"; license = licenses.mit; maintainers = with maintainers; [ - nrdxp ma27 figsoda ]; diff --git a/pkgs/by-name/ga/gamescope/package.nix b/pkgs/by-name/ga/gamescope/package.nix index 1462e6e8a4ed..7dc34cce547b 100644 --- a/pkgs/by-name/ga/gamescope/package.nix +++ b/pkgs/by-name/ga/gamescope/package.nix @@ -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 diff --git a/pkgs/development/python-modules/pyqt-builder/default.nix b/pkgs/development/python-modules/pyqt-builder/default.nix index ef8af60f541b..3e7d899a24b4 100644 --- a/pkgs/development/python-modules/pyqt-builder/default.nix +++ b/pkgs/development/python-modules/pyqt-builder/default.nix @@ -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; [ ]; }; } diff --git a/pkgs/development/python-modules/pyqt6-webengine/default.nix b/pkgs/development/python-modules/pyqt6-webengine/default.nix index 4f410a23626f..e71d5128184f 100644 --- a/pkgs/development/python-modules/pyqt6-webengine/default.nix +++ b/pkgs/development/python-modules/pyqt6-webengine/default.nix @@ -96,7 +96,6 @@ buildPythonPackage rec { inherit (mesa.meta) platforms; maintainers = with lib.maintainers; [ LunNova - nrdxp ]; }; } diff --git a/pkgs/development/python-modules/sip/default.nix b/pkgs/development/python-modules/sip/default.nix index bf83c5c8c142..7f544f6c1531 100644 --- a/pkgs/development/python-modules/sip/default.nix +++ b/pkgs/development/python-modules/sip/default.nix @@ -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; [ ]; }; }