Skip to content

Commit

Permalink
Fix deprecated top-level developer_name in AppData XML (#1796)
Browse files Browse the repository at this point in the history
* Fix deprecated top-level developer_name in AppData XML

Use the name element in a developer block instead, as recommended by appstreamcli 1.0.0.

* Add id property to the AppStream developer element

---------

Co-authored-by: Jakob Gahde <[email protected]>
  • Loading branch information
musicinmybrain and J5lx authored Nov 12, 2023
1 parent 4c0dd6f commit f7dbcfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/data/org.pencil2d.Pencil2D.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<id>org.pencil2d.Pencil2D</id>
<launchable type="desktop-id">org.pencil2d.Pencil2D.desktop</launchable>
<name>Pencil2D</name>
<developer_name>The Pencil2D Team</developer_name>
<developer id="pencil2d.org">
<name>The Pencil2D Team</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<summary>2D animation software supporting bitmap and vector graphics</summary>
Expand Down

0 comments on commit f7dbcfd

Please sign in to comment.