xmind: fix mimeType, xscheme-handler -> x-scheme-handler

This commit is contained in:
Will Dietz 2019-08-21 23:30:12 -05:00
parent 0c20b6a9df
commit f00286a57c
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -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