mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Fix com.github.zyedidia.micro.metainfo.xml (#2792)
It had some invisible characters
This commit is contained in:
@@ -10,15 +10,15 @@
|
|||||||
<category>TextEditor</category>
|
<category>TextEditor</category>
|
||||||
</categories>
|
</categories>
|
||||||
<provides>
|
<provides>
|
||||||
<binary>micro</binary>
|
<binary>micro</binary>
|
||||||
</provides>
|
</provides>
|
||||||
<developer_name>Zachary Yedidia</developer_name>
|
<developer_name>Zachary Yedidia</developer_name>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<caption>Micro Text Editor editing its source code.</caption>
|
<caption>Micro Text Editor editing its source code.</caption>
|
||||||
<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>
|
||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user