1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-10-27 05:32:54 -04:00
alacritty/extra/linux/org.alacritty.Alacritty.appdata.xml
Kirill Chibisov e09ff0b4b0
Use org.alacritty instead of io.alacritty
The common naming is reverse DNS, and given that alacritty is using
alacritty.org it makes more sense to use org.alacritty instead of
old io.alacritty.
2022-07-10 23:55:57 +03:00

33 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016-2022 Joe Wilm, The Alacritty Project Contributors -->
<component type="desktop-application">
<id>org.alacritty.Alacritty</id>
<!-- Translators: The application name -->
<name>Alacritty</name>
<project_license>APACHE-2.0</project_license>
<metadata_license>APACHE-2.0</metadata_license>
<!-- Translators: The application's summary / tagline -->
<summary>A fast, cross-platform, OpenGL terminal emulator</summary>
<description>
<p>
Alacritty is a modern terminal emulator that comes with sensible defaults,
but allows for extensive configuration. By integrating with other
applications, rather than reimplementing their functionality, it manages
to provide a flexible set of features with high performance.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/8886672/103264352-5ab0d500-49a2-11eb-8961-02f7da66c855.png</image>
<caption>Alacritty - A fast, cross-platform, OpenGL terminal emulator</caption>
</screenshot>
</screenshots>
<keywords>
<keyword>terminal emulator</keyword>
<keyword>GPU</keyword>
</keywords>
<url type="homepage">https://github.com/alacritty/alacritty</url>
<url type="bugtracker">https://github.com/alacritty/alacritty/issues</url>
<update_contact>https://github.com/alacritty/alacritty/blob/master/CONTRIBUTING.md#contact</update_contact>
<developer_name>Christian Duerr</developer_name>
</component>