about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui/nota.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/maui/nota.nix')
-rw-r--r--nixpkgs/pkgs/applications/maui/nota.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/nota.nix b/nixpkgs/pkgs/applications/maui/nota.nix
index cdf4943df5fe..5e579c8cbdcb 100644
--- a/nixpkgs/pkgs/applications/maui/nota.nix
+++ b/nixpkgs/pkgs/applications/maui/nota.nix
@@ -39,6 +39,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Multi-platform text editor";
+    mainProgram = "nota";
     homepage = "https://invent.kde.org/maui/nota";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];