mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 09:09:07 -05:00
Update info.rs
This commit is contained in:
parent
b522f9ed0a
commit
21bf4e4c26
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user