From f91eb5626d8674e3e9ee14d798dda1728f9d7cee Mon Sep 17 00:00:00 2001 From: Masum Reza <50095635+JohnRTitor@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:42:02 +0530 Subject: [PATCH] team-list: create Hyprland team (#377573) Resolves https://github.com/NixOS/nixpkgs/issues/377569 Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com> --- maintainers/team-list.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 4778365d5c9a..627d2bfe0857 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -521,6 +521,20 @@ with lib.maintainers; shortName = "Home Assistant"; }; + hyprland = { + members = [ + donovanglover + fufexan + johnrtitor + khaneliman + NotAShelf + ]; + githubTeams = [ "hyprland" ]; + scope = "Maintain Hyprland compositor and ecosystem"; + shortName = "Hyprland"; + enableFeatureFreezePing = true; + }; + infisical = { members = [ akhilmhdh ]; scope = "Maintain Infisical";