about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-11-25 22:24:20 -0500
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-11-25 22:25:24 -0500
commit967bdf9223667bf5e6aef54eda6adac901daca1e (patch)
tree9cac9cbac32eac59fba7fb96425978456b23d557 /pkgs/applications/window-managers
parentc3ba30d1518b1722877d5616b8ea1c154b4c4181 (diff)
swayfx-unwrapped: add eclairevoyant to maintainers
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/sway/fx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/sway/fx.nix b/pkgs/applications/window-managers/sway/fx.nix
index 7ea687ccaacd4..d8ca9cfb7f48e 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";