From 60090a497dd65f86f232fd91fe5ffaf7568ccede Mon Sep 17 00:00:00 2001 From: Iain Nicol Date: Mon, 1 May 2023 14:35:35 +0100 Subject: [PATCH] Update repository link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87ee6b3..6a8ef79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.7.3" authors = ["Floris Bruynooghe "] edition = "2021" description = "Semi-persistent, scoped test directories" -repository = "https://hg.sr.ht/~flub/testdir" +repository = "https://github.com/flub/testdir" documentation = "https://docs.rs/testdir" license = "MIT OR Apache-2.0" keywords = ["test", "temp", "temporary", "directory"]