fix: mailspring appdata formatting (#2442)

This commit is contained in:
Prateek Sunal 2023-04-12 08:23:59 +05:30 committed by GitHub
parent 3dfc84c0ed
commit b404b3cdf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>
<%= name %>
</id>
<id><%= name %></id>
<metadata_license>CC0-1.0</metadata_license>
<name>
<%= productName %>
</name>
<summary>
<%= description %>
</summary>
<name><%= productName %></name>
<summary><%= description %></summary>
<description>
<p>
Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's
@ -29,9 +23,7 @@
<url type="homepage">https://getmailspring.com/</url>
<url type="bugtracker">https://github.com/Foundry376/Mailspring/issues</url>
<url type="help">http://support.getmailspring.com/</url>
<launchable type="desktop-id">
<%= productName %>.desktop
</launchable>
<launchable type="desktop-id"><%= productName %>.desktop</launchable>
<developer_name>Mailspring</developer_name>
<project_license>GPL-3.0+</project_license>
@ -56,4 +48,4 @@
<release version="1.8.0" date="2021-01-20" />
</releases>
<content_rating type="oars-1.0" />
</component>
</component>