Move the metainfo XML declaration to the top

The metainfo file is no longer a valid XML file; the XML declaration
must be the first line in the file. The file can be checked with
appstreamcli validate.

This moves the declaration back to the top of the file.

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2022-05-05 19:10:29 +02:00 committed by Peter F. Patel-Schneider
parent dd1b3dc573
commit 2b4e272331
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<!-- Copyright 2020-2022 Peter F. Patel-Schneider -->
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020-2022 Peter F. Patel-Schneider -->
<component type="desktop-application">
<id>io.github.pwr_solaar.solaar</id>