electrum: minor meta cleanup
This commit is contained in:
parent
16cc58977a
commit
95dc15cf0f
@ -45,14 +45,14 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Bitcoin thin-client";
|
description = "A lightweight Bitcoin wallet";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
An easy-to-use Bitcoin client featuring wallets generated from
|
An easy-to-use Bitcoin client featuring wallets generated from
|
||||||
mnemonic seeds (in addition to other, more advanced, wallet options)
|
mnemonic seeds (in addition to other, more advanced, wallet options)
|
||||||
and the ability to perform transactions without downloading a copy
|
and the ability to perform transactions without downloading a copy
|
||||||
of the blockchain.
|
of the blockchain.
|
||||||
'';
|
'';
|
||||||
homepage = https://electrum.org;
|
homepage = https://electrum.org/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ehmry joachifm np ];
|
maintainers = with maintainers; [ ehmry joachifm np ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user