hyprland: remove skoove from maintainers (#2345)

Link: https://github.com/nix-community/stylix/pull/2316#issuecomment-4459406794
Link: https://github.com/nix-community/stylix/pull/2345
Reverts: 6421b5c2d2 ("hyprland: add skoove as maintainer (#1030)")

Reviewed-by: 0xda157 <da157@voidq.com>
Reviewed-by: skoove <zie@sturges.com.au>
This commit is contained in:
Noah Biewesch 2026-06-03 08:35:55 +02:00 committed by GitHub
parent b670c2bdf0
commit 879889a4e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 16 deletions

View file

@ -2,8 +2,5 @@
{
name = "Hyprland";
homepage = "https://github.com/hyprwm/Hyprland";
maintainers = with lib.maintainers; [
noahbiewesch
skoove
];
maintainers = [ lib.maintainers.noahbiewesch ];
}