about summary refs log tree commit diff
path: root/pkgs/applications/misc/watchmate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/watchmate/default.nix')
-rw-r--r--pkgs/applications/misc/watchmate/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/watchmate/default.nix b/pkgs/applications/misc/watchmate/default.nix
index b78d7f5277ca..c668aea45531 100644
--- a/pkgs/applications/misc/watchmate/default.nix
+++ b/pkgs/applications/misc/watchmate/default.nix
@@ -51,6 +51,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "PineTime smart watch companion app for Linux phone and desktop";
+    mainProgram = "watchmate";
     homepage = "https://github.com/azymohliad/watchmate";
     changelog = "https://github.com/azymohliad/watchmate/raw/v${version}/CHANGELOG.md";
     license = licenses.gpl3Plus;