electrum: minor meta cleanup

This commit is contained in:
Joachim Fasting
2016-10-09 11:28:51 +02:00
parent 16cc58977a
commit 95dc15cf0f
+2 -2
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 ];
}; };