1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Gabriel F. T. Gomes <gabriel@inconstante.net.br>
Subject: Use new appstream format for developer id
This should help clear a lintian warning:
* appstream-metadata-validation-failed
diff --git a/data/pragha.appdata.xml b/data/pragha.appdata.xml
index 816ebdf5..31a64c0f 100644
--- a/data/pragha.appdata.xml
+++ b/data/pragha.appdata.xml
@@ -38,5 +38,7 @@
<image>https://pragha-music-player.github.io/images/Pragha-W7.jpg</image>
</screenshot>
</screenshots>
- <update_contact>mati86dl_at_gmail.com</update_contact>
+ <developer id="@matiasdelellis@github.com">
+ <name>Matias De lellis</name>
+ </developer>
</component>
|