From 100e2cc03d8b18661a24bb8f1cb56b25afbb9928 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:45:34 +0100 Subject: [PATCH] docs: Fix links to homepage and repository. (#917) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7dbf6d46d..838c5273a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ default-members = ["hugr"] [workspace.package] rust-version = "1.75" edition = "2021" -homepage = "https://github.com/CQCL/tket2" -repository = "https://github.com/CQCL/tket2" +homepage = "https://github.com/CQCL/hugr" +repository = "https://github.com/CQCL/hugr" license = "Apache-2.0" # authors