go-ethereum: update homepage

This commit is contained in:
xrelkd 2019-07-11 02:14:30 +08:00
parent 935e1dbe69
commit af20d174b2

View file

@ -21,7 +21,7 @@ buildGoPackage rec {
};
meta = with stdenv.lib; {
homepage = https://ethereum.github.io/go-ethereum/;
homepage = "https://geth.ethereum.org/";
description = "Official golang implementation of the Ethereum protocol";
license = with licenses; [ lgpl3 gpl3 ];
maintainers = with maintainers; [ adisbladis asymmetric lionello ];