Skip to content

Commit 3ab007c

Browse files
Fix deprecated top-level developer_name in AppData XML (#387)
1 parent 238149c commit 3ab007c

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

Lines changed: 3 additions & 1 deletion
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 id="com.alecaddd">
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)