aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-05 19:33:50 +0100
committerAKP <tom@tdpain.net>2022-04-05 19:33:50 +0100
commit01827a748bf2701fc8c931f9449897b008f90b8c (patch)
tree5de7fdabe7b719fe25cdad1bd973094ee42256d6
parentb8b6e95b4819c3730d300e4d8141b2a7a0f9d037 (diff)
Add license footer to emails
Signed-off-by: AKP <tom@tdpain.net>
-rw-r--r--walrss/internal/rss/processor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/walrss/internal/rss/processor.go b/walrss/internal/rss/processor.go
index a6e1d54..a53e7f0 100644
--- a/walrss/internal/rss/processor.go
+++ b/walrss/internal/rss/processor.go
@@ -220,7 +220,7 @@ func generateEmail(st *state.State, processedItems []*processedFeed, interval, t
Name: "Walrss",
Link: st.Config.Server.ExternalURL,
Logo: st.Config.Server.ExternalURL + urls.Statics + "/logo_light.png",
- Copyright: fmt.Sprintf("This email was generated in %.2f seconds by Walrss %s.", timeToGenerate.Seconds(), state.Version),
+ Copyright: fmt.Sprintf("This email was generated in %.2f seconds by Walrss - Walrss is open source software licensed under the GNU AGPL v3 - https://github.com/codemicro/walrss", timeToGenerate.Seconds()),
},
Theme: new(hermes.Flat),
}