chore: update FederationClient user agent

This commit is contained in:
DevMiner 2024-08-15 19:32:33 +02:00
parent 93a61a8f29
commit cf0053312d

View file

@ -50,7 +50,7 @@ func NewClient(opts ...Opt) *FederationClient {
c.httpC.Transport = &federationClientHTTPTransport{ c.httpC.Transport = &federationClientHTTPTransport{
inner: c.httpC.Transport, inner: c.httpC.Transport,
useragent: "github.com/thedevminertv/go-lysand#0.0.1", useragent: "github.com/lysand-org/versia-go/pkg/lysand#0.0.1",
} }
return c return c