[gnote] Update appdata file format



commit 5af39b27d353833c1d18e326e38a0361956a96da
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Mar 7 18:14:23 2021 +0200

    Update appdata file format

 data/appdata/gnote.appdata.xml.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/appdata/gnote.appdata.xml.in b/data/appdata/gnote.appdata.xml.in
index d22e4cba..a3d94ea3 100644
--- a/data/appdata/gnote.appdata.xml.in
+++ b/data/appdata/gnote.appdata.xml.in
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2013-2021 Aurimas Cernius <aurisc4 gmail com> -->
-<application>
- <id type="desktop">gnote.desktop</id>
+<component type="desktop">
+ <id>gnote.desktop</id>
  <metadata_licence>CC0-1.0</metadata_licence>
- <project_license>GPL-3.0-only and GFDL-1.1-only</project_license>
+ <project_license>GPL-3.0-only</project_license>
  <_name>Gnote</_name>
  <_summary>A simple note-taking application</_summary>
  <description>
@@ -87,5 +87,5 @@
   <release version="3.32.0" date="2019-03-17"/>
  </releases>
  <translation type="gettext">gnote</translation>
-</application>
+</component>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]