From ead98a2eb269c965fbc7842563e64ca1a5e8ad0b Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 11 Jul 2018 20:19:00 -0500 Subject: [PATCH] Fix repository url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 164dfe3..d4d3912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Multipart Form Data for Actix Web" version = "0.2.2" license = "GPL-3.0" authors = ["asonix "] -repository = "git.asonix.cloud/asonix/actix-form-data" +repository = "https://git.asonix.cloud/asonix/actix-form-data.git" readme = "README.md" keywords = ["actix", "form-data", "multipart", "async"]