aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),
}