application/x-geneweb: Drop uppercase pattern

The glob patterns are case-insensitive by default, except when the
"case-sensitive" attribute is set to true [1]. Since it is not the case
for application/x-geneweb, drop the uppercase pattern, as it is
effectively redundant.

[1] https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.21.html#idm46280686438768
This commit is contained in:
Pino Toscano 2022-07-05 08:59:08 +02:00 committed by Nick Hall
parent 19f4cdeb76
commit 203d3179c7

View File

@ -21,7 +21,6 @@
<mime-type type="application/x-geneweb">
<comment>GeneWeb source file</comment>
<glob pattern="*.gw"/>
<glob pattern="*.GW"/>
<magic priority="80">
<match type="string" value="fam " offset="0:64"/>
</magic>