From 98f9f9951aa9a2457fbaad18039bae477df0c32d Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Thu, 30 May 2024 14:25:36 +0530 Subject: [PATCH] nixos/hyprland: add fufexan as maintainer Per https://github.com/NixOS/nixpkgs/pull/315827#issuecomment-2139073465 --- nixos/modules/programs/wayland/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/programs/wayland/hyprland.nix b/nixos/modules/programs/wayland/hyprland.nix index 1d6fe4f102cd..7e979f017c98 100644 --- a/nixos/modules/programs/wayland/hyprland.nix +++ b/nixos/modules/programs/wayland/hyprland.nix @@ -88,4 +88,6 @@ in "Nvidia patches are no longer needed" ) ]; + + meta.maintainers = with lib.maintainers; [ fufexan ]; }