From f3f9951b47364d8b45761b980b8142982ec55633 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sun, 30 Aug 2020 01:15:00 +0530 Subject: Replace dummy feed with my twtxt --- README | 2 +- 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; } -- cgit 1.4.1-2-gfad0