about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-05-06 21:22:04 -0700
committerGitHub <noreply@github.com>2020-05-06 21:22:04 -0700
commitc8653d5b4753db62d70f3298e14fa90d8deb7446 (patch)
treecd8487acea247a948415cf5696e4111784036205 /pkgs/applications
parent3684d66b326b4219a43ccc61e64f97ef1790395c (diff)
parentd617416e1330e839d908907cd009e8c822cb1d36 (diff)
downloadnixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar.gz
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar.bz2
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar.lz
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar.xz
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.tar.zst
nixlib-c8653d5b4753db62d70f3298e14fa90d8deb7446.zip
Merge pull request #87093 from baracoder/robo3t-desktop
robo3t: Remove unrecognized category from desktop item
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/robo3t/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/robo3t/default.nix b/pkgs/applications/misc/robo3t/default.nix
index f42a58e0057d..d1e31b4077f4 100644
--- a/pkgs/applications/misc/robo3t/default.nix
+++ b/pkgs/applications/misc/robo3t/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     comment = "Query GUI for mongodb";
     desktopName = "Robo3T";
     genericName = "MongoDB management tool";
-    categories = "Development;IDE;mongodb;";
+    categories = "Development;IDE;";
   };
 
   nativeBuildInputs = [makeWrapper];