electrum: minor meta cleanup

This commit is contained in:
Joachim Fasting 2016-10-08 16:01:28 +02:00
parent 16cc58977a
commit 95dc15cf0f
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -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 ];
}; };