diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-06 14:33:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 14:33:29 -0500 |
| commit | 2cfb58cf8cf872c164d12d1a4ecec55388f4b502 (patch) | |
| tree | 9eb481e4402cb70de41b037c7e0b0c2a869c46bc /templates | |
| parent | 14ac789ddce61acbdecc92a71bad030892079d22 (diff) | |
| parent | a7d5566aa9a88e5206928d3a0a68065ad65776d0 (diff) | |
Merge pull request #8 from tt-rss/feature/switch-to-github-org
Switch links to the 'tt-rss' GitHub organization
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/generated_feed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt index 72fddc5d9..3e4cd31b2 100644 --- a/templates/generated_feed.txt +++ b/templates/generated_feed.txt @@ -2,7 +2,7 @@ <!-- $BeginBlock feed --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>${FEED_TITLE}</title> -<generator uri="https://github.com/supahgreg/tt-rss">Tiny Tiny RSS/${VERSION}</generator> +<generator uri="https://github.com/tt-rss/tt-rss">Tiny Tiny RSS/${VERSION}</generator> <updated>${FEED_UPDATED}</updated> <id>${FEED_URL}</id> <link href="${FEED_URL}" rel="self"/> |