summary refs log tree commit diff
path: root/pkgs/applications/misc/cpp-ethereum/default.nix
diff options
context:
space:
mode:
authorBenjamin Hipple <benjamin.hipple@gmail.com>2016-12-16 22:42:11 -0500
committerBenjamin Hipple <benjamin.hipple@gmail.com>2016-12-16 22:58:12 -0500
commit54f460a585036832ba165b9a77f121effc086692 (patch)
treea2d30db850730c59be2fc68264956e6d68483ca6 /pkgs/applications/misc/cpp-ethereum/default.nix
parent1590461887333e2fda46f4bd74aef3785b253089 (diff)
downloadnixpkgs-54f460a585036832ba165b9a77f121effc086692.tar
nixpkgs-54f460a585036832ba165b9a77f121effc086692.tar.gz
nixpkgs-54f460a585036832ba165b9a77f121effc086692.tar.bz2
nixpkgs-54f460a585036832ba165b9a77f121effc086692.tar.lz
nixpkgs-54f460a585036832ba165b9a77f121effc086692.tar.xz
nixpkgs-54f460a585036832ba165b9a77f121effc086692.tar.zst
nixpkgs-54f460a585036832ba165b9a77f121effc086692.zip
cpp-ethereum: fix description metadata
Diffstat (limited to 'pkgs/applications/misc/cpp-ethereum/default.nix')
-rw-r--r--pkgs/applications/misc/cpp-ethereum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/cpp-ethereum/default.nix b/pkgs/applications/misc/cpp-ethereum/default.nix
index 3cc334c6765..150c900ba9f 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 ];