mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-09 23:40:18 +00:00
21 lines
680 B
XML
21 lines
680 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>net.zoite.Zoitechat</id>
|
|
<name>ZoiteChat</name>
|
|
<summary>IRC client for GNOME</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0-or-later</project_license>
|
|
|
|
<description>
|
|
<p>ZoiteChat is a graphical IRC client based on HexChat.</p>
|
|
<p>Current Flatpak builds have a known issue where the Python plugin can freeze the client.</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">net.zoite.Zoitechat.desktop</launchable>
|
|
<provides>
|
|
<binary>zoitechat</binary>
|
|
</provides>
|
|
|
|
<url type="homepage">https://zoitechat.zoite.net/</url>
|
|
</component>
|