mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
chore: update FederationClient user agent
This commit is contained in:
parent
93a61a8f29
commit
cf0053312d
|
|
@ -50,7 +50,7 @@ func NewClient(opts ...Opt) *FederationClient {
|
|||
|
||||
c.httpC.Transport = &federationClientHTTPTransport{
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue