electrum: minor meta cleanup

wip/yesman
Joachim Fasting 8 years ago
parent 16cc58977a
commit 95dc15cf0f
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08
  1. 4
      pkgs/applications/misc/electrum/default.nix

@ -45,14 +45,14 @@ pythonPackages.buildPythonApplication rec {
'';
meta = with stdenv.lib; {
description = "Bitcoin thin-client";
description = "A lightweight Bitcoin wallet";
longDescription = ''
An easy-to-use Bitcoin client featuring wallets generated from
mnemonic seeds (in addition to other, more advanced, wallet options)
and the ability to perform transactions without downloading a copy
of the blockchain.
'';
homepage = https://electrum.org;
homepage = https://electrum.org/;
license = licenses.mit;
maintainers = with maintainers; [ ehmry joachifm np ];
};

Loading…
Cancel
Save