about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-06-25 12:18:37 +1000
commitc7e61112df632c52d52692388c8f4ada071f2a6c (patch)
treeb9e22a8468a1ad9e4c50d0c1ab5ffa11fb68487d /pkgs/applications/networking/remote
parent8531aee99f4907bd255545eb94468e52a79a44f1 (diff)
treewide: remove deprecated value `Application` from makeDesktopItem
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/anydesk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/anydesk/default.nix b/pkgs/applications/networking/remote/anydesk/default.nix
index 9425f260e4f07..3896e06838d84 100644
--- a/pkgs/applications/networking/remote/anydesk/default.nix
+++ b/pkgs/applications/networking/remote/anydesk/default.nix
@@ -22,7 +22,7 @@ let
     icon = "anydesk";
     desktopName = "AnyDesk";
     genericName = description;
-    categories = "Application;Network;";
+    categories = "Network;";
     startupNotify = "false";
   };