From a81f64089753ea760a50e13927ad01cdfd1161be Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Sun, 15 Oct 2023 13:12:18 +0800 Subject: [PATCH] fix(package): links to the repository --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1f3ff4..1fa7609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Python bindings for general-sam and some utilities" -repository = "https://github.com/ModelTC/general-sam" -homepage = "https://github.com/ModelTC/general-sam/tree/main/pybind" +homepage = "https://github.com/ModelTC/general-sam-py" +repository = "https://github.com/ModelTC/general-sam-py" readme = "README.md" authors = ["Chielo Newctle "]