nixfiles/hosts/koi/containers/sharkey/patches/software.patch
teidesu 5a5aecc14b
feat(sharkey): unfollow notification + send notifs to a webhook
also moved to patching sources instead of patching built dockerfile
2024-05-17 12:55:27 +03:00

12 lines
411 B
Diff

--- 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,
},