diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | share/config.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index c997fcb..ad60dfa 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ hackers. │ use warnings; │ │ my %feeds = ( - │ example => "https://example.com/twtxt.txt", + │ andinus => "https://andinus.nand.sh/twtxt", │ ); │ │ sub get_feeds { return %feeds; } diff --git a/share/config.pl b/share/config.pl index 084eca7..dce06de 100644 --- a/share/config.pl +++ b/share/config.pl @@ -4,7 +4,7 @@ use strict; use warnings; my %feeds = ( - example => "https://example.com/twtxt.txt", + andinus => "https://andinus.nand.sh/twtxt", ); sub get_feeds { return %feeds; } |