summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Henrique Lima Melara <charlesmelara@outlook.com>2020-07-08 20:47:19 +0200
committerAndrej Shadura <andrewsh@debian.org>2020-07-08 20:47:19 +0200
commita02e1941826667d94dc7e2dd4de667427c39ae84 (patch)
treebdb2578481b3450db56ed928f318f019e78f16d0
parent6f632f666a94603a54cb4a3f88c0b90a03297bfb (diff)
Update the appdata file to comply with the new standard
Last-Update: 2020-06-27 Gbp-Pq: Name 050_fix-appdata.patch
-rw-r--r--mcu8051ide.appdata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcu8051ide.appdata.xml b/mcu8051ide.appdata.xml
index 208040f..8fe50d0 100644
--- a/mcu8051ide.appdata.xml
+++ b/mcu8051ide.appdata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Martin Ošmera <martin.osmera@moravia-microsystems.com> -->
-<application>
- <id type="desktop">mcu8051ide.desktop</id>
+<component type="desktop-application">
+ <id>mcu8051ide.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>MCU 8051 IDE</name>
@@ -19,4 +19,4 @@
<url type="homepage">https://sourceforge.net/projects/mcu8051ide/</url>
<updatecontact>martin.osmera@gmail.com</updatecontact>
<project_group>Development</project_group>
-</application>
+</component>