mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cpp-ethereum: fix description metadata
This commit is contained in:
parent
1590461887
commit
54f460a585
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
decription = "Ethereum C++ client";
|
description = "Ethereum C++ client";
|
||||||
homepage = https://github.com/ethereum/cpp-ethereum;
|
homepage = https://github.com/ethereum/cpp-ethereum;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ artuuge ];
|
maintainers = with maintainers; [ artuuge ];
|
||||||
|
|
Loading…
Reference in a new issue