From 5aa666051582970e6fdb726dcd743dbe40d31b0c Mon Sep 17 00:00:00 2001 From: Friedel Ziegelmayer Date: Wed, 16 Jul 2025 21:01:31 +0200 Subject: [PATCH] docs: fix repo link in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2480dce0..4dff26e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "content-addressed blobs for iroh" license = "MIT OR Apache-2.0" authors = ["dignifiedquire ", "n0 team"] -repository = "https://github.com/n0-computer/blobs2" +repository = "https://github.com/n0-computer/iroh-blobs" keywords = ["hashing", "quic", "blake3", "streaming"] # Sadly this also needs to be updated in .github/workflows/ci.yml