From 9f32393b0b64e7618d7cf017c37490d6662cff5a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Jul 2021 12:34:11 +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 61d0e0f..9e972c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ keywords = ["option", "util"] description = "Adds the missing Option::inspect() function" documentation = "https://docs.rs/option-inspect" -repository = "https://github.com/matthiasbeyer/option-inspect" +repository = "https://git.beyermatthi.as/option-inspect" [dependencies] -- cgit v1.2.3