mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
Appstream Metainfo change (#692)
* Remove strange characters in some line * Move the xml to data folder
This commit is contained in:
parent
eeb2aaf9ae
commit
52d6ac6cda
@ -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>
|
Loading…
Reference in New Issue
Block a user