Update Appstream

This commit is contained in:
Yurizal Susanto
2017-09-30 10:12:53 +07:00
parent 9db181037f
commit 52617bd5a8

View File

@@ -1,27 +1,23 @@
<?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> <metadata_license>MIT</metadata_license>
<url type="bugtracker">https://github.com/zyedidia/micro</url> <categories>
<metadata_license>MIT</metadata_license> <category>Development</category>
<categories> <category>TextEditor</category>
<category>Development</category> </categories>
<category>TextEditor</category> <provides>
</categories> <binary>micro</binary>
</provides>
<provides> <developer_name>Zachary Yedidia</developer_name>
<binary>micro</binary> <screenshots>
</provides> <screenshot type="default">
<releases> <caption>Micro Text Editor editing its source code.</caption>
<release version="1.2.0" date="2017-05-28" /> <image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
</releases> </screenshot>
<developer_name>Zachary Yedidia</developer_name> </screenshots>
<screenshots> <url type="homepage">https://micro-editor.github.io</url>
<screenshot type="default"> <url type="bugtracker">https://github.com/zyedidia/micro/issues</url>
<caption>Micro Text Editor editing its source code.</caption>
<image type="source">https://raw.githubusercontent.com/zyedidia/micro/master/assets/micro-solarized.png</image>
</screenshot>
</screenshots>
</component> </component>