mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-21 16:59:06 -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,
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user