Skip to content

Commit 4ea9b15

Browse files
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.
1 parent a1b370f commit 4ea9b15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/com.github.alecaddd.sequeler.appdata.xml.in.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@
510510
<image>https://raw.githubusercontent.com/Alecaddd/sequeler/master/data/assets/screenshots/sequeler-screenshot2.png</image>
511511
</screenshot>
512512
</screenshots>
513-
<developer_name>Alessandro Castellani</developer_name>
513+
<developer>
514+
<name>Alessandro Castellani</name>
515+
</developer>
514516
<launchable type="desktop-id">@[email protected]</launchable>
515517
<url type="homepage">https://github.com/Alecaddd/sequeler</url>
516518
<url type="donation">https://www.paypal.me/alecaddd</url>

0 commit comments

Comments
 (0)