You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.1 KiB
35 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<!-- |
|
Copyright 2023-2024 Soren Stoutner <soren@debian.org>. |
|
|
|
This file can be validated using `appstreamcli validate org.electrum.electrum.metainfo.xml`. |
|
|
|
Distributed under the MIT software license, see the accompanying file LICENCE or http://www.opensource.org/licenses/mit-license.php. |
|
--> |
|
|
|
<component type="desktop-application"> |
|
<id>org.electrum.electrum</id> |
|
|
|
<name>Electrum</name> |
|
<summary>Bitcoin Wallet</summary> |
|
|
|
<metadata_license>MIT</metadata_license> |
|
<project_license>MIT</project_license> |
|
|
|
<description> |
|
<p> |
|
Electrum is a lightweight Bitcoin wallet focused on speed, with low resource usage and simplifying Bitcoin. |
|
Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system. |
|
</p> |
|
</description> |
|
|
|
<url type="homepage">https://www.electrum.org/</url> |
|
<developer id="org.electrum"> |
|
<name>The Electrum developers</name> |
|
</developer> |
|
|
|
<launchable type="desktop-id">electrum.desktop</launchable> |
|
|
|
<content_rating type="oars-1.1" /> |
|
</component>
|
|
|