diff options
author | Andinus <andinus@nand.sh> | 2020-08-30 01:15:00 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-30 01:15:00 +0530 |
commit | f3f9951b47364d8b45761b980b8142982ec55633 (patch) | |
tree | 3d7a7ebc103a7679b905c53d7d662f0828c300d8 /share | |
parent | 56b5f9095c6d2fc0c5bffb87836b4d812aa18d29 (diff) | |
download | pyxis-f3f9951b47364d8b45761b980b8142982ec55633.tar.gz |
Replace dummy feed with my twtxt
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 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; } |