From 5abae1b86bde6daca8d0a2a936cfc7e9835007fe Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Tue, 28 May 2024 12:42:09 +0200 Subject: [PATCH] chore: use repository field in Cargo.toml (#451) cf. #449 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e124d35f..bc49cc1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Manuel Holtgrewe "] description = "Rust template repository" license = "Apache-2.0" -homepage = "https://github.com/varfish-org/annonars" +repository = "https://github.com/varfish-org/annonars" readme = "README.md" autobins = false exclude = ["/tests"]