about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui/station.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/maui/station.nix')
-rw-r--r--nixpkgs/pkgs/applications/maui/station.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/station.nix b/nixpkgs/pkgs/applications/maui/station.nix
index 474e52c63a2b..2ca994397ccd 100644
--- a/nixpkgs/pkgs/applications/maui/station.nix
+++ b/nixpkgs/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 ];