docs: relay_info strings

This commit is contained in:
2026-03-14 00:17:31 +01:00
parent 1199369dd9
commit d95cd1cb33

View File

@@ -7,10 +7,10 @@ defmodule Parrhesia.Web.RelayInfo do
def document do
%{
"name" => "Parrhesia",
"description" => "Parrhesia Nostr relay",
"description" => "Nostr/Marmot relay",
"pubkey" => nil,
"supported_nips" => supported_nips(),
"software" => "https://github.com/example/parrhesia",
"software" => "https://git.teralink.net/self/parrhesia",
"version" => Application.spec(:parrhesia, :vsn) |> to_string(),
"limitation" => limitations()
}