mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Fix: Capitalisation of downloadPage
This commit is contained in:
parent
93a7c5d77b
commit
f59e6b4daf
@ -21,7 +21,7 @@ buildGoPackage rec {
|
|||||||
description = "core implementation of validating DHT dApps in go";
|
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";
|
longDescription = "Holographic storage for distributed applications -- a validating monotonic DHT backed by authoritative hashchains for data provenance";
|
||||||
homepage = "https://holochain.org/";
|
homepage = "https://holochain.org/";
|
||||||
downloadpage = "https://developer.holochain.org/";
|
downloadPage = "https://developer.holochain.org/";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ gavin ];
|
maintainers = with stdenv.lib.maintainers; [ gavin ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user