From 02d23e6291082fb72c2cecc6cc4994dac899842a Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 12 Oct 2025 17:26:18 -0500 Subject: [PATCH] maintainers: remove swarsel duplicate Exists in nixpkgs Signed-off-by: Austin Horstman --- modules/lib/maintainers.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/lib/maintainers.nix b/modules/lib/maintainers.nix index d0b657937..69ba44684 100644 --- a/modules/lib/maintainers.nix +++ b/modules/lib/maintainers.nix @@ -501,18 +501,6 @@ github = "silmarp"; githubId = 67292496; }; - swarsel = { - name = "Leon Schwarzäugl"; - email = "leon@swarsel.win"; - github = "Swarsel"; - githubId = 32304731; - keys = [ - { - longkeyid = "rsa4096/0x76FD3810215AE097"; - fingerprint = "4BE7 9252 6228 9B47 6DBB C17B 76FD 3810 215A E097"; - } - ]; - }; vortriz = { name = "Rishi Vora"; email = "vorarishi22+nix@gmail.com";