mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 02:32:31 +01:00
11 lines
433 B
XML
11 lines
433 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="addon">
|
|
<id>io.github.Hexchat.Plugin.@NAME@</id>
|
|
<extends>io.github.Hexchat</extends>
|
|
<name>@NAME@ Plugin</name>
|
|
<summary>@SUMMARY@</summary>
|
|
<url type="homepage">https://hexchat.github.io/</url>
|
|
<project_license>@LICENSE@</project_license>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<update_contact>tingping_AT_fedoraproject.org</update_contact>
|
|
</component> |