cpp-ethereum: fix description metadata

This commit is contained in:
Benjamin Hipple 2016-12-16 22:42:11 -05:00
parent 1590461887
commit 54f460a585

View File

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