From 68f88590490ceb2d2c482e9aeed5d45ac0b8ff36 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Sun, 14 Jan 2024 04:43:14 +0100 Subject: [PATCH] Fixup repo url in `Cargo.toml` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc1f1b1..b447d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "speedy, non-cryptographic hash used in rustc" license = "Apache-2.0/MIT" readme = "README.md" keywords = ["hash", "hasher", "fxhash", "rustc"] -repository = "https://github.com/rust-lang-nursery/rustc-hash" +repository = "https://github.com/rust-lang/rustc-hash" [features] std = []