chore: return proper software name in nodeinfo
This commit is contained in:
parent
f15b7fb250
commit
4c89e433ad
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export class NodeinfoServerService {
|
|||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const document: any = {
|
||||
software: {
|
||||
name: 'misskey',
|
||||
name: 'sharkey',
|
||||
version: this.config.version,
|
||||
homepage: nodeinfo_homepage,
|
||||
repository: meta.repositoryUrl,
|
||||
|
|
Loading…
Reference in a new issue