forked from mirrors/nixpkgs
cpp-ethereum: fix description metadata
This commit is contained in:
parent
1590461887
commit
54f460a585
|
@ -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