summary refs log tree commit diff
path: root/pkgs/applications/misc/xmind
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-08-21 23:30:12 -0500
committerWill Dietz <w@wdtz.org>2019-08-22 14:09:15 -0500
commitf00286a57c5b937bf8e271f5e6479d1f0fc3ae0a (patch)
tree6eea6a67c252de4db5f3c0d1bd8082553a792e67 /pkgs/applications/misc/xmind
parent0c20b6a9df7489f8a3a69b23a9fc8a7e17aceb41 (diff)
downloadnixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar.gz
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar.bz2
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar.lz
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar.xz
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.tar.zst
nixpkgs-f00286a57c5b937bf8e271f5e6479d1f0fc3ae0a.zip
xmind: fix mimeType, xscheme-handler -> x-scheme-handler
Diffstat (limited to 'pkgs/applications/misc/xmind')
-rw-r--r--pkgs/applications/misc/xmind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/xmind/default.nix b/pkgs/applications/misc/xmind/default.nix
index fc5abf10989..433f6c61477 100644
--- a/pkgs/applications/misc/xmind/default.nix
+++ b/pkgs/applications/misc/xmind/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
     desktopName = "XMind";
     comment = meta.description;
     categories = "Office;";
-    mimeType = "application/xmind;xscheme-handler/xmind";
+    mimeType = "application/xmind;x-scheme-handler/xmind";
   };
 
   installPhase = let