From 879889a4e5243b73fecac1f54bd636f35bc97b06 Mon Sep 17 00:00:00 2001 From: Noah Biewesch Date: Wed, 3 Jun 2026 08:35:55 +0200 Subject: [PATCH] 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: 6421b5c2d268 ("hyprland: add skoove as maintainer (#1030)") Reviewed-by: 0xda157 Reviewed-by: skoove --- generated/all-maintainers.nix | 6 ------ modules/hyprland/meta.nix | 5 +---- stylix/maintainers.nix | 6 ------ 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/generated/all-maintainers.nix b/generated/all-maintainers.nix index 04944c36..f7a33469 100644 --- a/generated/all-maintainers.nix +++ b/generated/all-maintainers.nix @@ -231,12 +231,6 @@ githubId = 19377854; name = "jamie"; }; - skoove = { - email = "zie@sturges.com.au"; - github = "skoove"; - githubId = 53106860; - name = "Zie Sturges"; - }; trueNAHO = { email = "nix@noahbiewesch.com"; github = "trueNAHO"; diff --git a/modules/hyprland/meta.nix b/modules/hyprland/meta.nix index f53ba367..e58f7e1e 100644 --- a/modules/hyprland/meta.nix +++ b/modules/hyprland/meta.nix @@ -2,8 +2,5 @@ { name = "Hyprland"; homepage = "https://github.com/hyprwm/Hyprland"; - maintainers = with lib.maintainers; [ - noahbiewesch - skoove - ]; + maintainers = [ lib.maintainers.noahbiewesch ]; } diff --git a/stylix/maintainers.nix b/stylix/maintainers.nix index 0bc42881..108eb36d 100644 --- a/stylix/maintainers.nix +++ b/stylix/maintainers.nix @@ -83,12 +83,6 @@ github = "skiletro"; githubId = 19377854; }; - skoove = { - email = "zie@sturges.com.au"; - name = "Zie Sturges"; - github = "skoove"; - githubId = 53106860; - }; vidhanio = { email = "me@vidhan.io"; name = "Vidhan Bhatt";