about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-04-29 20:32:41 -0400
committerGitHub <noreply@github.com>2018-04-29 20:32:41 -0400
commit82080d77a0f135ddb6a980e110d7e67282bc8be3 (patch)
tree17c923898aa647f513dbe5028820bd8441b3e1f6 /pkgs/applications/networking/instant-messengers/wire-desktop
parent47a738339553e5416e9edb4c5bc71c3497911fb1 (diff)
wire-desktop: correct desktopItem
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-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 9e946152c192c..f0123024fe2f6 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";