Merge pull request #21223 from bhipple/master

cpp-ethereum: fix description metadata
This commit is contained in:
Joachim F 2016-12-17 05:29:52 +01:00 committed by GitHub
commit 67c92e9206

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