From 92257fc0b5b7336ee42b46056a06eebc8fc73623 Mon Sep 17 00:00:00 2001 From: StaffEngineer <velo.app1@gmail.com> Date: Tue, 11 Jul 2023 01:53:56 +0100 Subject: [PATCH] fix repository url --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5588a86..2e82312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Bevy cosmic-text multiline text input" -repository = "https://github.com/StaffEngineer/velo/tree/main/crates/bevy_cosmic_edit" +repository = "https://github.com/StaffEngineer/bevy_cosmic_edit" readme = "Readme.md" keywords = ["bevy"] -- GitLab