summary refs log tree commit diff
path: root/pkgs/applications/altcoins/go-ethereum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/go-ethereum.nix')
-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 7f7c3f304c2..ce58984c8b8 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -16,7 +16,7 @@ buildGoPackage rec {
   };
 
   meta = {
-    homepage = "https://ethereum.github.io/go-ethereum/";
+    homepage = https://ethereum.github.io/go-ethereum/;
     description = "Official golang implementation of the Ethereum protocol";
     license = with lib.licenses; [ lgpl3 gpl3 ];
   };