From 83a41502b402e6965ab70df70366a5e65f615261 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Mon, 18 Mar 2024 15:24:28 +0100 Subject: [PATCH 1/3] maintainers: slotThe --- maintainers/maintainer-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 9dca180063e3..52e8bbb4dc8f 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18044,6 +18044,16 @@ githubId = 12828415; name = "Michel Weitbrecht"; }; + slotThe = { + name = "Tony Zorman"; + email = "tonyzorman@mailbox.org"; + github= "slotThe"; + matrix = "@slot-:matrix.org"; + githubId = 50166980; + keys = [{ + fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8"; + }]; + }; slwst = { email = "email@slw.st"; github = "slwst"; From c98506fa103493ac6a038703136ebdf483e6acfb Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Mon, 18 Mar 2024 19:33:07 +0100 Subject: [PATCH 2/3] haskellPackages: add slotThe as a maintainer --- .../haskell-modules/configuration-hackage2nix/main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index f3e1aba526dd..384136f22a9e 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -357,6 +357,14 @@ package-maintainers: shlok: - streamly-archive - streamly-lmdb + slotThe: + - X11 + - X11-xft + - html-parse-util + - optparse-applicative-cmdline-util + - xmonad + - xmonad-contrib + - xmonad-extras sorki: - cayenne-lpp - blockfrost-client From 240c39ef2e49115919a96faed41e14fb19ed6721 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Mon, 18 Mar 2024 20:26:15 +0100 Subject: [PATCH 3/3] nixos/xmonad: add slotThe as a maintainer --- nixos/modules/services/x11/window-managers/xmonad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/x11/window-managers/xmonad.nix b/nixos/modules/services/x11/window-managers/xmonad.nix index c35446bf405b..2962f2851fa9 100644 --- a/nixos/modules/services/x11/window-managers/xmonad.nix +++ b/nixos/modules/services/x11/window-managers/xmonad.nix @@ -37,7 +37,7 @@ let xmonad = if (cfg.config != null) then xmonad-config else xmonad-vanilla; in { - meta.maintainers = with maintainers; [ lassulus xaverdh ivanbrennan ]; + meta.maintainers = with maintainers; [ lassulus xaverdh ivanbrennan slotThe ]; options = { services.xserver.windowManager.xmonad = {