summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 13:18:44 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-08-08 13:18:44 +0300
commitd0ecbb79fb532bab015a22db4917363b7493fa3e (patch)
tree1707e4bd56348659cb9a9f437cb9cd525f772d36 /resources
parentRemove hover event from emoji picker (diff)
downloadnheko-d0ecbb79fb532bab015a22db4917363b7493fa3e.tar.xz
Import appdata file from flatpak
Diffstat (limited to 'resources')
-rw-r--r--resources/nheko.appdata.xml44
1 files changed, 23 insertions, 21 deletions
diff --git a/resources/nheko.appdata.xml b/resources/nheko.appdata.xml
index 4790894e..79efe2cf 100644
--- a/resources/nheko.appdata.xml
+++ b/resources/nheko.appdata.xml
@@ -1,22 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> -->
+<?xml version="1.0" encoding="utf-8"?>
 <component type="desktop">
-  <id>nheko.desktop</id>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPLv3+ and Public Domain and MIT and Boost and ASL 2.0 and CC-BY</project_license>
-  <name>nheko</name>
-  <summary>Desktop client for the Matrix protocol</summary>
-  <description>
-    <p>
-      The motivation behind the project is to provide a native desktop app
-      for Matrix that feels more like a mainstream chat app.
-    </p>
-  </description>
-  <screenshots>
-    <screenshot type="default">
-      <image>https://dl.dropboxusercontent.com/s/zrl26u3pmqloyjz/nheko-v0.3.1.png</image>
-    </screenshot>
-  </screenshots>
-  <url type="homepage">https://github.com/mujx/nheko</url>
-  <update_contact>https://github.com/mujx</update_contact>
-</component> 
+    <id>nheko.desktop</id>
+    <metadata_license>CC0-1.0</metadata_license>
+    <project_license>GPL-3.0-or-later and CC-BY</project_license>
+    <name>nheko</name>
+    <summary>Desktop client for the Matrix protocol</summary>
+    <description>
+        <p>The motivation behind the project is to provide a native
+        desktop app for Matrix that feels more like a mainstream
+        chat app.</p>
+    </description>
+    <screenshots>
+        <screenshot type="default">
+            <image>
+            https://dl.dropboxusercontent.com/s/fvlupc271m5y2hd/nheko-linux.png</image>
+        </screenshot>
+    </screenshots>
+    <url type="homepage">https://github.com/mujx/nheko</url>
+    <update_contact>https://github.com/mujx</update_contact>
+    <releases>
+        <release version="0.5.2" date="2018-07-28" />
+    </releases>
+</component>