summary refs log tree commit diff
path: root/pkgs/applications/blockchains/mycrypto/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/blockchains/mycrypto/default.nix')
-rw-r--r--pkgs/applications/blockchains/mycrypto/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/mycrypto/default.nix b/pkgs/applications/blockchains/mycrypto/default.nix
index f5dbfeb5ff9..ee7960a843b 100644
--- a/pkgs/applications/blockchains/mycrypto/default.nix
+++ b/pkgs/applications/blockchains/mycrypto/default.nix
@@ -23,7 +23,7 @@ let
     comment = "MyCrypto is a free, open-source interface for interacting with the blockchain";
     exec = pname;
     icon = "mycrypto";
-    categories = "Finance;";
+    categories = [ "Finance" ];
   };
 
 in appimageTools.wrapType2 rec {