summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/holochain-go/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/holochain-go/default.nix')
-rw-r--r--pkgs/servers/holochain-go/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/holochain-go/default.nix b/pkgs/servers/holochain-go/default.nix
index b76c73e06f24..867ef1f1c2dc 100644
--- a/pkgs/servers/holochain-go/default.nix
+++ b/pkgs/servers/holochain-go/default.nix
@@ -21,7 +21,7 @@ buildGoPackage rec {
description = "core implementation of validating DHT dApps in go";
longDescription = "Holographic storage for distributed applications -- a validating monotonic DHT backed by authoritative hashchains for data provenance";
homepage = "https://holochain.org/";
- downloadpage = "https://developer.holochain.org/";
+ downloadPage = "https://developer.holochain.org/";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ gavin ];
platforms = stdenv.lib.platforms.all;