summary refs log tree commit diff
path: root/pkgs/servers/holochain-go
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/holochain-go')
-rw-r--r--pkgs/servers/holochain-go/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/holochain-go/default.nix b/pkgs/servers/holochain-go/default.nix
index 21123e824f0..0a3b8a8c953 100644
--- a/pkgs/servers/holochain-go/default.nix
+++ b/pkgs/servers/holochain-go/default.nix
@@ -16,7 +16,6 @@ buildGoPackage rec {
 
   goDeps = ./deps.nix;
 
-  # TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
   meta = {
     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";