From 1b41813615d691472de3fd5e2e7552aaf059b1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sat, 7 Jun 2025 15:23:03 +0300 Subject: [PATCH] Update Cargo.toml use repository; update homepage --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c12ed1..7f8756a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,8 @@ name = "hc_utils" version = "0.5.2" description = "Helper functions for holochain hdk development" -homepage = "https://github.com/holochain/hc-utils" +homepage = "https://www.holochain.org/" +repository = "https://github.com/holochain/hc-utils" license = "Apache-2.0" authors = ["zo-el "] keywords = [ "holochain", "holo", "hdk", "hdk-helpers"]