From 2b126be60b054513562cc0d81a144d2001685446 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sun, 14 Feb 2021 19:31:10 +0100 Subject: [PATCH] fix repository URL in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92204608..b0528e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "zip" version = "0.5.10" authors = ["Mathijs van de Nes ", "Marli Frost ", "Ryan Levick "] license = "MIT" -repository = "https://github.com/zip/zip-rs.git" +repository = "https://github.com/zip-rs/zip.git" keywords = ["zip", "archive"] description = """ Library to support the reading and writing of zip files.