about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-11 02:14:30 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-07-11 02:14:30 +0800
commitaf20d174b204c07b06cb684be369439ef71ea8cc (patch)
tree7db71ba5de7acd26f63e345d7d31314b6e142a10 /pkgs/applications/altcoins
parent935e1dbe69cbb40120ecb34217fb04745e92f25f (diff)
downloadnixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar.gz
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar.bz2
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar.lz
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar.xz
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.tar.zst
nixlib-af20d174b204c07b06cb684be369439ef71ea8cc.zip
go-ethereum: update homepage
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/go-ethereum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum.nix b/pkgs/applications/altcoins/go-ethereum.nix
index cbef20c83d5e..d350b71c6f6c 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -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 ];