about summary refs log tree commit diff stats
path: root/share/config.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-08-30 01:15:00 +0530
committerAndinus <andinus@nand.sh>2020-08-30 01:15:00 +0530
commitf3f9951b47364d8b45761b980b8142982ec55633 (patch)
tree3d7a7ebc103a7679b905c53d7d662f0828c300d8 /share/config.pl
parent56b5f9095c6d2fc0c5bffb87836b4d812aa18d29 (diff)
downloadpyxis-f3f9951b47364d8b45761b980b8142982ec55633.tar.gz
Replace dummy feed with my twtxt
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; }