about summary refs log tree commit diff
path: root/pkgs/applications/maui/station.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/maui/station.nix')
-rw-r--r--pkgs/applications/maui/station.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/maui/station.nix b/pkgs/applications/maui/station.nix
index 474e52c63a2b..2ca994397ccd 100644
--- a/pkgs/applications/maui/station.nix
+++ b/pkgs/applications/maui/station.nix
@@ -35,6 +35,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Convergent terminal emulator";
+    mainProgram = "station";
     homepage = "https://invent.kde.org/maui/station";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];