about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/ghostwriter.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/ghostwriter.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/ghostwriter.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/ghostwriter.nix b/nixpkgs/pkgs/applications/kde/ghostwriter.nix
index 1fad4669dc62..d9399986959e 100644
--- a/nixpkgs/pkgs/applications/kde/ghostwriter.nix
+++ b/nixpkgs/pkgs/applications/kde/ghostwriter.nix
@@ -33,6 +33,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "A cross-platform, aesthetic, distraction-free Markdown editor";
+    mainProgram = "ghostwriter";
     homepage = "https://ghostwriter.kde.org/";
     changelog = "https://invent.kde.org/office/ghostwriter/-/blob/master/CHANGELOG.md";
     license = licenses.gpl3Plus;