Appstream Metainfo change (#692)

* Remove strange characters in some line

* Move the xml to data folder
This commit is contained in:
Yurizal Susanto 2017-06-06 01:03:39 +07:00 committed by Zachary Yedidia
parent eeb2aaf9ae
commit 52d6ac6cda

View File

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<id>com.github.zyedidia.micro</id>
<name>Micro Text Editor</name>
<summary>A modern and intuitive terminal-based text editor</summary>
<url type="homepage">https://micro-editor.github.io</url>
<url type="bugtracker">https://github.com/zyedidia/micro</url>
<metadata_license>MIT</metadata_license>
<component>
<id>com.github.zyedidia.micro</id>
<name>Micro Text Editor</name>
<summary>A modern and intuitive terminal-based text editor</summary>
<url type="homepage">https://micro-editor.github.io</url>
<url type="bugtracker">https://github.com/zyedidia/micro</url>
<metadata_license>MIT</metadata_license>
<categories>
<category>Development</category>
<category>TextEditor</category>
</categories>
<provides>
<provides>
<binary>micro</binary>
</provides>
<releases>
@ -24,4 +24,4 @@
<image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
</screenshot>
</screenshots>
</component>
</component>