summary refs log tree commit diff
path: root/pkgs/applications/altcoins/zcash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/zcash/default.nix')
-rw-r--r--pkgs/applications/altcoins/zcash/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/zcash/default.nix b/pkgs/applications/altcoins/zcash/default.nix
index 0146bad6f86..917e318c189 100644
--- a/pkgs/applications/altcoins/zcash/default.nix
+++ b/pkgs/applications/altcoins/zcash/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec{
 
   meta = {
     description = "Peer-to-peer, anonymous electronic cash system";
-    homepage = "https://z.cash/";
+    homepage = https://z.cash/;
     maintainers = with maintainers; [ rht ];
     license = licenses.mit;
     platforms = platforms.unix;