From 33b36516478f1c580b2ba2cade3897a6108c63e8 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sat, 11 Jan 2025 00:31:24 +0100 Subject: [PATCH] Replace homepage field with repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6772920..5fcab3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mozim" version = "0.2.5" description = "DHCP Client Library" license = "Apache-2.0" -homepage = "https://github.com/nispor/mozim" +repository = "https://github.com/nispor/mozim" edition = "2021" [lib]