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

@ -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";