From 70ddf724d9cbd581e8a57459052d2f60e5746d46 Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Sat, 10 Jun 2023 15:10:20 +0300 Subject: [PATCH] Specify repository field without .git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed0fc87..cbfbe10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.package] license = "MPL-2.0" -repository = "https://github.com/DCNick3/f-xoss.git" +repository = "https://github.com/DCNick3/f-xoss" # The profile that 'cargo dist' will build with [profile.dist]