swayfx-unwrapped: fix meta.mainProgram
This commit is contained in:
parent
3eb615985b
commit
c3ba30d151
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ sway-unwrapped.overrideAttrs (oldAttrs: rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ricarch97 ];
|
maintainers = with maintainers; [ ricarch97 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "swayfx";
|
mainProgram = "sway";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Fork of Sway, an incredible and one of the most well established Wayland
|
Fork of Sway, an incredible and one of the most well established Wayland
|
||||||
|
|
Loading…
Reference in a new issue