go-ethereum: update homepage
This commit is contained in:
parent
935e1dbe69
commit
af20d174b2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ buildGoPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://ethereum.github.io/go-ethereum/;
|
homepage = "https://geth.ethereum.org/";
|
||||||
description = "Official golang implementation of the Ethereum protocol";
|
description = "Official golang implementation of the Ethereum protocol";
|
||||||
license = with licenses; [ lgpl3 gpl3 ];
|
license = with licenses; [ lgpl3 gpl3 ];
|
||||||
maintainers = with maintainers; [ adisbladis asymmetric lionello ];
|
maintainers = with maintainers; [ adisbladis asymmetric lionello ];
|
||||||
|
|
Loading…
Reference in a new issue