From ab90ba66c940c85ef4620b281b2c3f6792709a2f Mon Sep 17 00:00:00 2001 From: Luca Vaccaro Date: Tue, 20 Apr 2021 23:59:45 +0200 Subject: [PATCH] cargo: replace homepage with repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50c14b8..c1447db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Luca Vaccaro "] edition = "2018" license = "MIT" description = "Bitcoin payment service, based on bdk and electrum." -homepage = "https://github.com/lvaccaro/btctipserver" +repository = "https://github.com/lvaccaro/btctipserver" documentation = "https://docs.rs/btctipserver/" keywords = ["bitcoin", "wallet", "payment", "server"] readme = "README.md"