about summary refs log tree commit diff
path: root/pkgs/applications/misc/keeweb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/keeweb/default.nix')
-rw-r--r--pkgs/applications/misc/keeweb/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/keeweb/default.nix b/pkgs/applications/misc/keeweb/default.nix
index 7af5465ad9e0..22f3ad668ccb 100644
--- a/pkgs/applications/misc/keeweb/default.nix
+++ b/pkgs/applications/misc/keeweb/default.nix
@@ -65,6 +65,7 @@ let
 
   meta = with lib; {
     description = "Free cross-platform password manager compatible with KeePass";
+    mainProgram = "keeweb";
     homepage = "https://keeweb.info/";
     changelog = "https://github.com/keeweb/keeweb/blob/v${version}/release-notes.md";
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];