maintainers: remove genericnerdyusername

https: //github.com/NixOS/nixpkgs/pull/477019
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2026-01-18 13:42:17 -06:00
parent c1305a6607
commit 01415693b0
3 changed files with 1 additions and 18 deletions

View file

@ -153,18 +153,6 @@
name = "Gaetan Lepage";
source = "nixpkgs";
};
GenericNerdyUsername = {
email = "genericnerdyusername@proton.me";
github = "GenericNerdyUsername";
githubId = 111183546;
keys = [
{
fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3";
}
];
name = "GenericNerdyUsername";
source = "nixpkgs";
};
Gerschtli = {
email = "tobias.happ@gmx.de";
github = "Gerschtli";

View file

@ -204,11 +204,6 @@
github = "gauthsvenkat";
githubId = 26820345;
};
genericnerdyusername = {
email = "genericnerdyusername@proton.me";
github = "genericnerdyusername";
githubId = 111183546;
};
henrisota = {
email = "henrisota@users.noreply.github.com";
github = "henrisota";

View file

@ -3,7 +3,7 @@ let
cfg = config.programs.jetbrains-remote;
in
{
meta.maintainers = with lib.maintainers; [ genericnerdyusername ];
meta.maintainers = [ ];
options.programs.jetbrains-remote = {
enable = lib.mkEnableOption "JetBrains remote development system";