Update info.rs

This commit is contained in:
PascalR 2023-11-12 22:05:05 +01:00 committed by GitHub
parent b522f9ed0a
commit 21bf4e4c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ impl From<Settings> for RelayInfo {
pubkey: i.pubkey, pubkey: i.pubkey,
contact: i.contact, contact: i.contact,
supported_nips: Some(supported_nips), 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), version: CARGO_PKG_VERSION.map(std::borrow::ToOwned::to_owned),
limitation: Some(limitations), limitation: Some(limitations),
payments_url, payments_url,