nixfiles/hosts/koi/containers/sharkey/patches/software.patch

13 lines
411 B
Diff
Raw Normal View History

--- a/packages/backend/src/server/NodeinfoServerService.ts
+++ b/packages/backend/src/server/NodeinfoServerService.ts
@@ -76,7 +76,7 @@
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const document: any = {
software: {
- name: 'sharkey',
+ name: 'fishkey',
version: this.config.version,
homepage: nodeinfo_homepage,
repository: meta.repositoryUrl,
},