about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/office/notes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/office/notes/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/office/notes/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/office/notes/default.nix b/nixpkgs/pkgs/applications/office/notes/default.nix
index abd93813a725..dda8ddb5beac 100644
--- a/nixpkgs/pkgs/applications/office/notes/default.nix
+++ b/nixpkgs/pkgs/applications/office/notes/default.nix
@@ -41,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = {
     description = "A fast and beautiful note-taking app";
+    mainProgram = "notes";
     downloadPage = "https://github.com/nuttyartist/notes";
     homepage = "https://www.get-notes.com";
     license = lib.licenses.mpl20;