From 76a5dabe94850c02df4c67710998d108fe11175d Mon Sep 17 00:00:00 2001 From: int 80h Date: Sun, 14 Nov 2021 20:52:53 -0500 Subject: [PATCH] Changed homepage to https to be able to upload to crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b07e9ec..23e25b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["int 80h "] edition = "2018" description = "A gemini server" readme = "README" -homepage = "gemini://80h.dev" +homepage = "https://sr.ht/~int80h/gemserv/" repository = "https://git.sr.ht/~int80h/gemserv" license = "MIT"