From e2490e521d67b731a5fd9f86c578596f2d09313e Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Wed, 13 Nov 2024 09:02:27 +0100 Subject: [PATCH] chore: use repository field in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 579db26..6cf36b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Holtgrewe "] description = "Port of biocommons/hgvs to Rust" license = "Apache-2.0" -homepage = "https://github.com/varfish-org/hgvs-rs" +repository = "https://github.com/varfish-org/hgvs-rs" readme = "README.md" rust-version = "1.64.0"