mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-19 15:25:42 -04:00
Fix appdata file (#2793)
* Add <content_rating> to appdata file * Add <project_license> to appdata file * Change application_id to use github.io instead of github.com Github actually gives username.github.io domains and not username.github.com, therefore it is more correct to use .io top level domain. We can use <provides><id>...</id></provides> for everyone who expected the old application_id
This commit is contained in:
parent
d5f6b626d2
commit
04d30ebced
@ -1,16 +1,18 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component>
|
<component>
|
||||||
<id>com.github.zyedidia.micro</id>
|
<id>io.github.zyedidia.micro</id>
|
||||||
<launchable type="desktop-id">micro.desktop</launchable>
|
<launchable type="desktop-id">micro.desktop</launchable>
|
||||||
<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>
|
||||||
<metadata_license>MIT</metadata_license>
|
<metadata_license>MIT</metadata_license>
|
||||||
|
<project_license>MIT</project_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>
|
||||||
|
<id>com.github.zyedidia.micro</id>
|
||||||
</provides>
|
</provides>
|
||||||
<developer_name>Zachary Yedidia</developer_name>
|
<developer_name>Zachary Yedidia</developer_name>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
@ -19,6 +21,7 @@
|
|||||||
<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>
|
||||||
|
<content_rating type="oars-1.1" />
|
||||||
<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/issues</url>
|
<url type="bugtracker">https://github.com/zyedidia/micro/issues</url>
|
||||||
</component>
|
</component>
|
Loading…
Reference in New Issue
Block a user