From 1d496d24526cf3805f4e7984fa44174f556ff5cf Mon Sep 17 00:00:00 2001 From: benthecarman <15256660+benthecarman@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:21:44 -0600 Subject: [PATCH] Fix repo link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6c6f409..1e5a801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.2.1" edition = "2021" description = "LNURL Pay" authors = ["Yuki Kishimoto "] -homepage = "https://github.com/shadowylab/lnrul-pay" -repository = "https://github.com/shadowylab/lnrul-pay.git" +homepage = "https://github.com/shadowylab/lnurl-pay" +repository = "https://github.com/shadowylab/lnurl-pay.git" license = "MIT" readme = "README.md" rust-version = "1.64.0"