1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Wed, 17 Apr 2024 08:09:42 +0200
Subject: data: Add missing metainfo fields
---
data/sm.puri.librem5-flash-image.metainfo.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/data/sm.puri.librem5-flash-image.metainfo.xml b/data/sm.puri.librem5-flash-image.metainfo.xml
index 2ccffef..2a1be08 100644
--- a/data/sm.puri.librem5-flash-image.metainfo.xml
+++ b/data/sm.puri.librem5-flash-image.metainfo.xml
@@ -5,6 +5,11 @@
<project_license>GPL-3.0-or-later</project_license>
<name>librem5-flash-image</name>
<summary>Image flashing tool for Librem 5 devices</summary>
+
+ <developer id="sm.puri">
+ <name>Librem5 developers</name>
+ </developer>
+
<description>
<p>
Scripts useful to for working with the Librem 5 and the
@@ -15,6 +20,11 @@
the Librem 5 or the Devkit itself.
</p>
</description>
+
+ <content_rating type="oars-1.1"/>
+
+ <url type="homepage">https://source.puri.sm/Librem5/librem5-flash-image</url>
+
<provides>
<binary>librem5-flash-image</binary>
<modalias>usb:v1FC9p012Bd*</modalias>
|