From 54f460a585036832ba165b9a77f121effc086692 Mon Sep 17 00:00:00 2001 From: Benjamin Hipple Date: Fri, 16 Dec 2016 22:42:11 -0500 Subject: [PATCH] cpp-ethereum: fix description metadata --- pkgs/applications/misc/cpp-ethereum/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/cpp-ethereum/default.nix b/pkgs/applications/misc/cpp-ethereum/default.nix index 3cc334c6765b..150c900ba9fb 100644 --- a/pkgs/applications/misc/cpp-ethereum/default.nix +++ b/pkgs/applications/misc/cpp-ethereum/default.nix @@ -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 ];