summary refs log tree commit diff
path: root/pkgs/tools/security/ghidra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ghidra/default.nix')
-rw-r--r--pkgs/tools/security/ghidra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ghidra/default.nix b/pkgs/tools/security/ghidra/default.nix
index e57f60637e25b..d65d7abc4de66 100644
--- a/pkgs/tools/security/ghidra/default.nix
+++ b/pkgs/tools/security/ghidra/default.nix
@@ -19,7 +19,7 @@ let
     icon = "ghidra";
     desktopName = "Ghidra";
     genericName = "Ghidra Software Reverse Engineering Suite";
-    categories = "Development;";
+    categories = [ "Development" ];
   };
 
 in stdenv.mkDerivation rec {