forked from CoinBlack/electrum-blk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.blackcoin.electrum-blk.metainfo.xml
35 lines (25 loc) · 1.14 KB
/
org.blackcoin.electrum-blk.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2023-2024 Soren Stoutner <[email protected]>.
This file can be validated using `appstreamcli validate org.blackcoin.electrum-blk.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.blackcoin.electrum-blk</id>
<name>Electrum-BLK</name>
<summary>Blackcoin Wallet</summary>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
Electrum-BLK is a lightweight Blackcoin wallet focused on speed, with low resource usage and simplifying Blackcoin.
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://blackcoin.org/</url>
<developer id="org.blackcoin">
<name>The Electrum-BLK developers</name>
</developer>
<launchable type="desktop-id">electrum-blk.desktop</launchable>
<content_rating type="oars-1.1" />
</component>