about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui/buho.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/maui/buho.nix')
-rw-r--r--nixpkgs/pkgs/applications/maui/buho.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/buho.nix b/nixpkgs/pkgs/applications/maui/buho.nix
index 481779a6cab7..b9f9fb446fb5 100644
--- a/nixpkgs/pkgs/applications/maui/buho.nix
+++ b/nixpkgs/pkgs/applications/maui/buho.nix
@@ -41,6 +41,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Task and Note Keeper";
+    mainProgram = "buho";
     homepage = "https://invent.kde.org/maui/buho";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];