From 8e47ae0b104e113fac845f0bff99b7ea9c0d4110 Mon Sep 17 00:00:00 2001 From: Brandon H Date: Fri, 23 Feb 2024 20:27:07 -0600 Subject: [PATCH] chore use the correct repository in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d1a353..2676e86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_serialization_urdf" version = "0.1.1" edition = "2021" -repository = "https://github.com/rydb/bevy_serialization_extras" +repository = "https://github.com/rydb/bevy_serialization_urdf" readme = "README.md" license = "MIT" description = "An addon for bevy_serialization_extras for loading urdfs"