summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-04-29 20:53:08 -0400
committerGitHub <noreply@github.com>2018-04-29 20:53:08 -0400
commit81c705ad9937b66917835fbde9d2ab99e4cd7ff3 (patch)
tree2d7a37277834d9f77f8f52b60542d0c0de1dc094 /pkgs/applications
parent205d9a720f2254d29d782b7ebd6c9c4e20f9b3ed (diff)
parent82080d77a0f135ddb6a980e110d7e67282bc8be3 (diff)
downloadnixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar.gz
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar.bz2
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar.lz
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar.xz
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.tar.zst
nixlib-81c705ad9937b66917835fbde9d2ab99e4cd7ff3.zip
Merge pull request #39695 from worldofpeace/patch-1
wire-desktop: correct desktopItem
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 9e946152c192..f0123024fe2f 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -61,7 +61,7 @@ in
     };
 
     desktopItem = makeDesktopItem {
-      name = "Wire";
+      name = "wire-desktop";
       exec = "wire-desktop %U";
       icon = "wire-desktop";
       comment = "Secure messenger for everyone";