From 967bdf9223667bf5e6aef54eda6adac901daca1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:24:20 -0500 Subject: [PATCH] swayfx-unwrapped: add eclairevoyant to maintainers --- pkgs/applications/window-managers/sway/fx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/sway/fx.nix b/pkgs/applications/window-managers/sway/fx.nix index 7ea687ccaacd..d8ca9cfb7f48 100644 --- a/pkgs/applications/window-managers/sway/fx.nix +++ b/pkgs/applications/window-managers/sway/fx.nix @@ -28,7 +28,7 @@ sway-unwrapped.overrideAttrs (oldAttrs: rec { description = "Sway, but with eye candy!"; homepage = "https://github.com/WillPower3309/swayfx"; license = licenses.mit; - maintainers = with maintainers; [ ricarch97 ]; + maintainers = with maintainers; [ eclairevoyant ricarch97 ]; platforms = platforms.linux; mainProgram = "sway";