From 21bf4e4c26ae21cecfabeddde876070c87d0ec17 Mon Sep 17 00:00:00 2001 From: PascalR <24775431+mroxso@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:05:05 +0100 Subject: [PATCH] Update info.rs --- src/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.rs b/src/info.rs index 645bd99..0448647 100644 --- a/src/info.rs +++ b/src/info.rs @@ -121,7 +121,7 @@ impl From for RelayInfo { pubkey: i.pubkey, contact: i.contact, supported_nips: Some(supported_nips), - software: Some("https://github.com/mroxso/nostr-rs-relay".to_owned()), + software: Some("https://git.sr.ht/~gheartsfield/nostr-rs-relay".to_owned()), version: CARGO_PKG_VERSION.map(std::borrow::ToOwned::to_owned), limitation: Some(limitations), payments_url,