Merge pull request #21223 from bhipple/master
cpp-ethereum: fix description metadata
This commit is contained in:
commit
67c92e9206
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
|||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
decription = "Ethereum C++ client";
|
||||
description = "Ethereum C++ client";
|
||||
homepage = https://github.com/ethereum/cpp-ethereum;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ artuuge ];
|
||||
|
|
Loading…
Reference in a new issue