From 05b7f899e7b07efab751f4d68beea11f16793c1c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Jul 2021 12:44:53 +0200 Subject: Fix repo URL Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18fc17e..16bf490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["result", "util"] description = "Adds the missing Result::inspect() function" documentation = "https://docs.rs/result-inspect" -repository = "https://github.com/matthiasbeyer/result-inspect" +repository = "https://git.beyermatthi.as/result-inspect" [dependencies] -- cgit v1.2.3