xmind: fix mimeType, xscheme-handler -> x-scheme-handler
This commit is contained in:
parent
0c20b6a9df
commit
f00286a57c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user