robo3t: change .desktop name

Gnome does not permit to add the application to favorites if the .desktop name is different than the binary name.
See https://unix.stackexchange.com/questions/58824/how-do-i-add-eclipse-to-my-gnome-shell-favorites.

+1 -1
+1 -1
pkgs/applications/misc/robo3t/default.nix
··· 16 }; 17 18 desktopItem = makeDesktopItem { 19 - name = "Robo3T"; 20 exec = "robo3t"; 21 icon = icon; 22 comment = "Query GUI for mongodb";
··· 16 }; 17 18 desktopItem = makeDesktopItem { 19 + name = "robo3t"; 20 exec = "robo3t"; 21 icon = icon; 22 comment = "Query GUI for mongodb";