Fix com.github.zyedidia.micro.metainfo.xml (#2792)

It had some invisible characters
This commit is contained in:
blt__
2023-04-07 04:05:53 +04:00
committed by GitHub
parent 5739daffc8
commit d5f6b626d2

View File

@@ -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>