Skip to content

Commit

Permalink
Update info.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mroxso authored Nov 12, 2023
1 parent b522f9e commit 21bf4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 21bf4e4

Please sign in to comment.