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