pablo-s / passes

Manage your digital passes
GNU General Public License v3.0
66 stars 16 forks source link

data: metainfo: add missing initial paragraph #40

Closed a-wai closed 7 months ago

a-wai commented 7 months ago

Appstream file validation fails with the following error message:

data/me.sanchezrodriguez.passes.metainfo.xml: FAILED:
• style-invalid         : <ul> cannot start a description [(null)]
• style-invalid         : Not enough <p> tags for a good description [0/1]

Adding a simple paragraph at the beginning of the release description fixes this issue.

pablo-s commented 7 months ago

Thanks!