diff options
author | Paragoumba <22895992+Paragoumba@users.noreply.github.com> | 2023-03-14 19:58:02 +0100 |
---|---|---|
committer | Paragoumba <22895992+Paragoumba@users.noreply.github.com> | 2023-03-31 14:28:36 +0200 |
commit | 1ba14e838ae2c7956bab5b4f10a8d2c04846ec53 (patch) | |
tree | bff96de08466ac059d220a8d42ab31d40b24ccc0 /misc/dist | |
parent | caf7a72b029803041bee37708bfdc9de60170eca (diff) | |
download | redot-engine-1ba14e838ae2c7956bab5b4f10a8d2c04846ec53.tar.gz |
Fix xml namespace in org.godotengine.Godot.xml
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/linux/org.godotengine.Godot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/linux/org.godotengine.Godot.xml b/misc/dist/linux/org.godotengine.Godot.xml index 2f06bb3639..d4452018c4 100644 --- a/misc/dist/linux/org.godotengine.Godot.xml +++ b/misc/dist/linux/org.godotengine.Godot.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<mime-info xmlns="https://specifications.freedesktop.org/shared-mime-info-spec"> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> <mime-type type="application/x-godot-project"> <comment>Godot Engine project</comment> <sub-class-of type="text/plain"/> |