From c3ba30d1518b1722877d5616b8ea1c154b4c4181 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:21:52 -0500 Subject: [PATCH 1/2] swayfx-unwrapped: fix meta.mainProgram --- 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 16ab1903ab01..7ea687ccaacd 100644 --- a/pkgs/applications/window-managers/sway/fx.nix +++ b/pkgs/applications/window-managers/sway/fx.nix @@ -30,7 +30,7 @@ sway-unwrapped.overrideAttrs (oldAttrs: rec { license = licenses.mit; maintainers = with maintainers; [ ricarch97 ]; platforms = platforms.linux; - mainProgram = "swayfx"; + mainProgram = "sway"; longDescription = '' Fork of Sway, an incredible and one of the most well established Wayland 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 2/2] 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";