From f6d71bf3bd014cbba2cf81254b610f55b83c0bd6 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sun, 4 Jan 2026 21:29:36 -0500 Subject: [PATCH] maintainers: drop genericnerdyusername Per their profile, no nixpkgs activity since December 2023. --- maintainers/maintainer-list.nix | 7 ------- .../editors/jetbrains/ides/pycharm-community.nix | 1 - pkgs/applications/editors/jetbrains/ides/pycharm-oss.nix | 1 - pkgs/applications/editors/jetbrains/ides/pycharm.nix | 1 - pkgs/applications/editors/jetbrains/ides/rust-rover.nix | 2 +- pkgs/applications/virtualization/sail-riscv/default.nix | 2 +- pkgs/by-name/ab/abaddon/package.nix | 2 +- pkgs/by-name/fu/fusesoc/package.nix | 2 +- pkgs/by-name/li/lief/package.nix | 1 - pkgs/by-name/ls/lssecret/package.nix | 2 +- pkgs/development/ocaml-modules/lem/default.nix | 2 +- pkgs/development/ocaml-modules/linksem/default.nix | 2 +- pkgs/development/ocaml-modules/sail/default.nix | 2 +- pkgs/development/python-modules/dataproperty/default.nix | 2 +- pkgs/development/python-modules/ipyxact/default.nix | 2 +- pkgs/development/python-modules/mbstrdecoder/default.nix | 2 +- pkgs/development/python-modules/okonomiyaki/default.nix | 2 +- pkgs/development/python-modules/pytablewriter/default.nix | 2 +- pkgs/development/python-modules/riscof/default.nix | 2 +- pkgs/development/python-modules/riscv-config/default.nix | 2 +- pkgs/development/python-modules/riscv-isac/default.nix | 2 +- pkgs/development/python-modules/simplesat/default.nix | 2 +- pkgs/development/python-modules/tabledata/default.nix | 2 +- pkgs/development/python-modules/tcolorpy/default.nix | 2 +- pkgs/development/python-modules/typepy/default.nix | 2 +- pkgs/development/python-modules/zipfile2/default.nix | 2 +- 26 files changed, 21 insertions(+), 32 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 4084ba2a735d..bba36091439e 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9402,13 +9402,6 @@ githubId = 34658064; name = "Grace Dinh"; }; - genericnerdyusername = { - name = "GenericNerdyUsername"; - email = "genericnerdyusername@proton.me"; - github = "GenericNerdyUsername"; - githubId = 111183546; - keys = [ { fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3"; } ]; - }; genga898 = { email = "genga898@gmail.com"; github = "genga898"; diff --git a/pkgs/applications/editors/jetbrains/ides/pycharm-community.nix b/pkgs/applications/editors/jetbrains/ides/pycharm-community.nix index 2adad4bf5246..8f527410fd20 100644 --- a/pkgs/applications/editors/jetbrains/ides/pycharm-community.nix +++ b/pkgs/applications/editors/jetbrains/ides/pycharm-community.nix @@ -53,7 +53,6 @@ in description = "Free Python IDE from JetBrains (built from source)"; longDescription = "Python IDE with complete set of tools for productive development with Python programming language. In addition, the IDE provides high-class capabilities for professional Web development with Django framework and Google App Engine. It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing, powerful all-singing all-dancing Debugger and entire customization. PyCharm is developer driven IDE. It was developed with the aim of providing you almost everything you need for your comfortable and productive development!"; maintainers = with lib.maintainers; [ - genericnerdyusername tymscar ]; license = lib.licenses.asl20; diff --git a/pkgs/applications/editors/jetbrains/ides/pycharm-oss.nix b/pkgs/applications/editors/jetbrains/ides/pycharm-oss.nix index 48b70636f4b5..48151b2044ce 100644 --- a/pkgs/applications/editors/jetbrains/ides/pycharm-oss.nix +++ b/pkgs/applications/editors/jetbrains/ides/pycharm-oss.nix @@ -60,7 +60,6 @@ in It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing and powerful Debugger. ''; maintainers = with lib.maintainers; [ - genericnerdyusername tymscar ]; license = lib.licenses.asl20; diff --git a/pkgs/applications/editors/jetbrains/ides/pycharm.nix b/pkgs/applications/editors/jetbrains/ides/pycharm.nix index fdc519f52406..24507cb58e0d 100644 --- a/pkgs/applications/editors/jetbrains/ides/pycharm.nix +++ b/pkgs/applications/editors/jetbrains/ides/pycharm.nix @@ -60,7 +60,6 @@ in It has powerful coding assistance, navigation, a lot of refactoring features, tight integration with various Version Control Systems, Unit testing and powerful Debugger. ''; maintainers = with lib.maintainers; [ - genericnerdyusername tymscar ]; license = lib.licenses.unfree; diff --git a/pkgs/applications/editors/jetbrains/ides/rust-rover.nix b/pkgs/applications/editors/jetbrains/ides/rust-rover.nix index 613242d5b46b..8eb13fb39ef3 100644 --- a/pkgs/applications/editors/jetbrains/ides/rust-rover.nix +++ b/pkgs/applications/editors/jetbrains/ides/rust-rover.nix @@ -68,7 +68,7 @@ in homepage = "https://www.jetbrains.com/rust/"; description = "Rust IDE from JetBrains"; longDescription = "Rust IDE from JetBrains"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.unfree; sourceProvenance = if stdenv.hostPlatform.isDarwin then diff --git a/pkgs/applications/virtualization/sail-riscv/default.nix b/pkgs/applications/virtualization/sail-riscv/default.nix index 2ff65f3c1585..c44d674fa7e4 100644 --- a/pkgs/applications/virtualization/sail-riscv/default.nix +++ b/pkgs/applications/virtualization/sail-riscv/default.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://github.com/riscv/sail-riscv"; description = "Formal specification of the RISC-V architecture, written in Sail"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd2; }; } diff --git a/pkgs/by-name/ab/abaddon/package.nix b/pkgs/by-name/ab/abaddon/package.nix index 5578fc82e436..538a35f6f8e9 100644 --- a/pkgs/by-name/ab/abaddon/package.nix +++ b/pkgs/by-name/ab/abaddon/package.nix @@ -92,7 +92,7 @@ stdenv.mkDerivation rec { mainProgram = "abaddon"; homepage = "https://github.com/uowuo/abaddon"; license = lib.licenses.gpl3Plus; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; platforms = lib.platforms.linux; }; } diff --git a/pkgs/by-name/fu/fusesoc/package.nix b/pkgs/by-name/fu/fusesoc/package.nix index 92a990b899d9..364bb8de030e 100644 --- a/pkgs/by-name/fu/fusesoc/package.nix +++ b/pkgs/by-name/fu/fusesoc/package.nix @@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec { meta = { homepage = "https://github.com/olofk/fusesoc"; description = "Package manager and build tools for HDL code"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd3; mainProgram = "fusesoc"; }; diff --git a/pkgs/by-name/li/lief/package.nix b/pkgs/by-name/li/lief/package.nix index 8ca5ac1cb5e6..47ab507c0f64 100644 --- a/pkgs/by-name/li/lief/package.nix +++ b/pkgs/by-name/li/lief/package.nix @@ -77,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = with lib.platforms; linux ++ darwin; maintainers = with lib.maintainers; [ lassulus - genericnerdyusername ]; }; }) diff --git a/pkgs/by-name/ls/lssecret/package.nix b/pkgs/by-name/ls/lssecret/package.nix index c161aff448a8..4424dc60a2d6 100644 --- a/pkgs/by-name/ls/lssecret/package.nix +++ b/pkgs/by-name/ls/lssecret/package.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation { description = "Tool to list passwords and other secrets stored using the org.freedesktop.secrets dbus api"; homepage = "https://gitlab.com/GrantMoyer/lssecret"; license = lib.licenses.unlicense; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; platforms = lib.platforms.unix; mainProgram = "lssecret"; }; diff --git a/pkgs/development/ocaml-modules/lem/default.nix b/pkgs/development/ocaml-modules/lem/default.nix index 09502c308418..dd711fb3d258 100644 --- a/pkgs/development/ocaml-modules/lem/default.nix +++ b/pkgs/development/ocaml-modules/lem/default.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/rems-project/lem"; description = "Tool for lightweight executable mathematics"; mainProgram = "lem"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = with lib.licenses; [ bsd3 gpl2 diff --git a/pkgs/development/ocaml-modules/linksem/default.nix b/pkgs/development/ocaml-modules/linksem/default.nix index 093cf5092ef7..4a575addf0b4 100644 --- a/pkgs/development/ocaml-modules/linksem/default.nix +++ b/pkgs/development/ocaml-modules/linksem/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { meta = { homepage = "https://github.com/rems-project/linksem"; description = "Formalisation of substantial parts of ELF linking and DWARF debug information"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd2; platforms = ocaml.meta.platforms; broken = !(lib.versionAtLeast ocaml.version "4.07"); diff --git a/pkgs/development/ocaml-modules/sail/default.nix b/pkgs/development/ocaml-modules/sail/default.nix index 80adca2b2eee..e89f117df889 100644 --- a/pkgs/development/ocaml-modules/sail/default.nix +++ b/pkgs/development/ocaml-modules/sail/default.nix @@ -79,7 +79,7 @@ buildDunePackage { meta = { homepage = "https://github.com/rems-project/sail"; description = "Language for describing the instruction-set architecture (ISA) semantics of processors"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd2; }; } diff --git a/pkgs/development/python-modules/dataproperty/default.nix b/pkgs/development/python-modules/dataproperty/default.nix index d5ed6851eae6..0b8ba76207b4 100644 --- a/pkgs/development/python-modules/dataproperty/default.nix +++ b/pkgs/development/python-modules/dataproperty/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { homepage = "https://github.com/thombashi/DataProperty"; changelog = "https://github.com/thombashi/DataProperty/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ipyxact/default.nix b/pkgs/development/python-modules/ipyxact/default.nix index cf246551b52f..55ab9f080299 100644 --- a/pkgs/development/python-modules/ipyxact/default.nix +++ b/pkgs/development/python-modules/ipyxact/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { homepage = "https://github.com/olofk/ipyxact"; description = "IP-XACT parser"; mainProgram = "ipxact2v"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.mit; }; } diff --git a/pkgs/development/python-modules/mbstrdecoder/default.nix b/pkgs/development/python-modules/mbstrdecoder/default.nix index 5b8288f53eb9..6a076b260ed7 100644 --- a/pkgs/development/python-modules/mbstrdecoder/default.nix +++ b/pkgs/development/python-modules/mbstrdecoder/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { meta = { homepage = "https://github.com/thombashi/mbstrdecoder"; description = "Library for decoding multi-byte character strings"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.mit; }; } diff --git a/pkgs/development/python-modules/okonomiyaki/default.nix b/pkgs/development/python-modules/okonomiyaki/default.nix index f5294db3a817..afed9d6572e1 100644 --- a/pkgs/development/python-modules/okonomiyaki/default.nix +++ b/pkgs/development/python-modules/okonomiyaki/default.nix @@ -69,7 +69,7 @@ buildPythonPackage rec { description = "Experimental library aimed at consolidating a lot of low-level code used for Enthought's eggs"; homepage = "https://github.com/enthought/okonomiyaki"; changelog = "https://github.com/enthought/okonomiyaki/releases/tag/${src.tag}"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd3; }; } diff --git a/pkgs/development/python-modules/pytablewriter/default.nix b/pkgs/development/python-modules/pytablewriter/default.nix index 1622194a89cc..b85622c3e8de 100644 --- a/pkgs/development/python-modules/pytablewriter/default.nix +++ b/pkgs/development/python-modules/pytablewriter/default.nix @@ -106,6 +106,6 @@ buildPythonPackage rec { homepage = "https://github.com/thombashi/pytablewriter"; changelog = "https://github.com/thombashi/pytablewriter/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/riscof/default.nix b/pkgs/development/python-modules/riscof/default.nix index aad42955bafc..39a63325c87d 100644 --- a/pkgs/development/python-modules/riscof/default.nix +++ b/pkgs/development/python-modules/riscof/default.nix @@ -48,7 +48,7 @@ buildPythonPackage rec { mainProgram = "riscof"; homepage = "https://github.com/riscv-software-src/riscof"; changelog = "https://github.com/riscv-software-src/riscof/blob/${version}/CHANGELOG.md"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.bsd3; }; } diff --git a/pkgs/development/python-modules/riscv-config/default.nix b/pkgs/development/python-modules/riscv-config/default.nix index 0d26e88534dd..c19d390a8e10 100644 --- a/pkgs/development/python-modules/riscv-config/default.nix +++ b/pkgs/development/python-modules/riscv-config/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { homepage = "https://github.com/riscv/riscv-config"; changelog = "https://github.com/riscv-software-src/riscv-config/blob/${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; mainProgram = "riscv-config"; }; } diff --git a/pkgs/development/python-modules/riscv-isac/default.nix b/pkgs/development/python-modules/riscv-isac/default.nix index 8f63a32821f7..ec092f7214ae 100644 --- a/pkgs/development/python-modules/riscv-isac/default.nix +++ b/pkgs/development/python-modules/riscv-isac/default.nix @@ -52,6 +52,6 @@ buildPythonPackage rec { homepage = "https://github.com/riscv/riscv-isac"; changelog = "https://github.com/riscv-software-src/riscv-isac/blob/${version}/CHANGELOG.md"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/simplesat/default.nix b/pkgs/development/python-modules/simplesat/default.nix index 74ef738d6554..7c86785ba49b 100644 --- a/pkgs/development/python-modules/simplesat/default.nix +++ b/pkgs/development/python-modules/simplesat/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { homepage = "https://github.com/enthought/sat-solver"; changelog = "https://github.com/enthought/sat-solver/blob/${src.tag}/CHANGES.rst"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/tabledata/default.nix b/pkgs/development/python-modules/tabledata/default.nix index ea20066ae34d..535c012c6ec9 100644 --- a/pkgs/development/python-modules/tabledata/default.nix +++ b/pkgs/development/python-modules/tabledata/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { homepage = "https://github.com/thombashi/tabledata"; description = "Library to represent tabular data"; changelog = "https://github.com/thombashi/tabledata/releases/tag/${src.tag}"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.mit; }; } diff --git a/pkgs/development/python-modules/tcolorpy/default.nix b/pkgs/development/python-modules/tcolorpy/default.nix index 73a21a97b823..52a7c43c0095 100644 --- a/pkgs/development/python-modules/tcolorpy/default.nix +++ b/pkgs/development/python-modules/tcolorpy/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { meta = { homepage = "https://github.com/thombashi/tcolorpy"; description = "Library to apply true color for terminal text"; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; license = lib.licenses.mit; }; } diff --git a/pkgs/development/python-modules/typepy/default.nix b/pkgs/development/python-modules/typepy/default.nix index 4ef9a5abedbf..740e6c19d4a5 100644 --- a/pkgs/development/python-modules/typepy/default.nix +++ b/pkgs/development/python-modules/typepy/default.nix @@ -48,6 +48,6 @@ buildPythonPackage rec { homepage = "https://github.com/thombashi/typepy"; changelog = "https://github.com/thombashi/typepy/releases/tag/${src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/zipfile2/default.nix b/pkgs/development/python-modules/zipfile2/default.nix index 0a39829de2c9..0d477776bd76 100644 --- a/pkgs/development/python-modules/zipfile2/default.nix +++ b/pkgs/development/python-modules/zipfile2/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/cournape/zipfile2"; changelog = "https://github.com/itziakos/zipfile2/releases/tag/v${version}"; license = lib.licenses.psfl; - maintainers = with lib.maintainers; [ genericnerdyusername ]; + maintainers = [ ]; }; }