about summary refs log tree commit diff stats
path: root/share/config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'share/config.pl')
-rw-r--r--share/config.pl2
1 files changed, 1 insertions, 1 deletions
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; }