From c26736c278e9cd19642198669b931da8e784cb6f Mon Sep 17 00:00:00 2001 From: Lorenzo Maturano Date: Wed, 6 Dec 2023 08:49:36 -0300 Subject: [PATCH] fix: fix repository link on cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8126cac..ab2fcf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Lucas Sunsi Abreu "] description = "All you need to support LNURL and nothing more" categories = ["finance", "web-programming", "web-programming::http-client", "api-bindings", "asynchronous"] keywords = ["bitcoin", "lightning", "lnurl"] -repository = "https://github.com/lsunsi/lnurl-kit" +repository = "https://github.com/lsunsi/lnurlkit" homepage = "https://github.com/lsunsi/lnurlkit" license = "GPL-3.0-only" readme = "README.md"