From 631dc01ca6256c113c515392191356c13be14285 Mon Sep 17 00:00:00 2001 From: JoshuaBrest <36625023+JoshuaBrest@users.noreply.github.com> Date: Sun, 16 Jul 2023 11:56:34 -0700 Subject: [PATCH] update homepage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5219143..c9aa374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.1" edition = "2021" description = "A library for reading and writing Apple Icon Image (.icns) files." license = "LGPL-3.0-or-later" -homepage = "https://github.com/JoshuaBrest/icns/tree/master/icns-rs" +homepage = "https://github.com/JoshuaBrest/icns-rs" documentation = "https://docs.rs/icns-rs" repository = "https://github.com/JoshuaBrest/icns-rs" catagories = ["image"]