about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors/xxe-pe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/xxe-pe/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/editors/xxe-pe/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/editors/xxe-pe/default.nix b/nixpkgs/pkgs/applications/editors/xxe-pe/default.nix
index e7cfe6284e35..8734f4d31c82 100644
--- a/nixpkgs/pkgs/applications/editors/xxe-pe/default.nix
+++ b/nixpkgs/pkgs/applications/editors/xxe-pe/default.nix
@@ -19,7 +19,7 @@ let
     icon = "xxe";
     desktopName = "xxe";
     genericName = "XML Editor";
-    categories = "Development;IDE;TextEditor;Java";
+    categories = [ "Development" "IDE" "TextEditor" "Java" ];
   };
 in
 stdenv.mkDerivation rec {