treewide: adopt hypr ecosytem by Hyprland team

Preserved maintainer entries that are not in Hyprland teams.

Removed @wozeparrot as per https://github.com/NixOS/nixpkgs/issues/377569#issuecomment-2619445027

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor 2025-01-28 21:55:13 +05:30 committed by Masum Reza
commit ad9367061b
22 changed files with 38 additions and 71 deletions

View file

@ -26,5 +26,5 @@ in
security.pam.services.hyprlock = { };
};
meta.maintainers = with lib.maintainers; [ johnrtitor ];
meta.maintainers = lib.teams.hyprland.members;
}