From 0d89e166225868eb444af805aae7b1eab8df60d4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 24 Sep 2024 19:12:45 +0300 Subject: [PATCH] disable homepage link --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c70caff..c2e2135f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" description = "Yoda - Browser for Gemini protocol" keywords = ["gemini", "gemini-protocol", "browser", "client", "1965"] repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" -homepage = "https://yggverse.github.io" +# homepage = "https://yggverse.github.io" [dependencies] sqlite = "0.36.1"