diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/config.pl b/share/config.pl index dce06de..6af15bb 100644 --- a/share/config.pl +++ b/share/config.pl @@ -4,7 +4,7 @@ use strict; use warnings; my %feeds = ( - andinus => "https://andinus.nand.sh/twtxt", + andinus => "https://andinus.nand.sh/static/twtxt", ); sub get_feeds { return %feeds; } |