cpp-ethereum: fix description metadata
This commit is contained in:
parent
1590461887
commit
54f460a585
@ -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…
x
Reference in New Issue
Block a user