From df8e6dd9ef2699094fcffd2c06ce07eeb65e8242 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Fri, 19 Jan 2024 13:36:18 +0100 Subject: [PATCH] Update repository url --- Cargo.toml | 4 ++-- webln/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 900e286..e898b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ resolver = "2" [workspace.package] authors = ["Yuki Kishimoto "] -homepage = "https://github.com/yukibtc/rust-webln" -repository = "https://github.com/yukibtc/rust-webln.git" +homepage = "https://github.com/shadowylab/webln" +repository = "https://github.com/shadowylab/webln.git" license = "MIT" rust-version = "1.64.0" # TODO: check MSRV diff --git a/webln/Cargo.toml b/webln/Cargo.toml index e4ea500..8a92f11 100644 --- a/webln/Cargo.toml +++ b/webln/Cargo.toml @@ -14,6 +14,6 @@ keywords = ["webln", "lightning", "bitcoin"] [dependencies] js-sys.workspace = true secp256k1 = { version = "0.27", default-features = false, features = ["std"] } -wasm-bindgen = { workspace = true, features = ["std"]} +wasm-bindgen = { workspace = true, features = ["std"] } wasm-bindgen-futures.workspace = true web-sys = { version = "0.3", default-features = false, features = ["Window"] }