cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
385 stars 33 forks source link

Update metadata in xml to comply with appstream 1.0 changes #387

Closed marcoSchr closed 8 months ago

marcoSchr commented 8 months ago

This will fix #381

See: https://planet.kde.org/matthias-klumpp-2023-11-11-appstream-1-0-released/ See: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer

cvfosammmm commented 8 months ago

Thanks for this PR. I don't think the id should be lowercase though, because it's uppercase everywhere else.

marcoSchr commented 8 months ago

Ok, I have reverted the change to the id, now only the developer name tag is changed

cvfosammmm commented 8 months ago

Nice, thank you.