diff options
author | Andinus <andinus@nand.sh> | 2020-08-30 01:40:55 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-30 01:44:36 +0530 |
commit | 8279628044ac685a22afde07ecbb435f4fa66d30 (patch) | |
tree | 6ae326bffbbb4d05e980897e9cdf55745e9f8124 /share | |
parent | 686ee30ccdd05e8afa8b25af66bb17d9401dd39f (diff) | |
download | pyxis-8279628044ac685a22afde07ecbb435f4fa66d30.tar.gz |
Update twtxt url
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 dce06de..6af15bb 100644 --- a/share/config.pl +++ b/share/config.pl @@ -4,7 +4,7 @@ use strict; use warnings; my %feeds = ( - andinus => "https://andinus.nand.sh/twtxt", + andinus => "https://andinus.nand.sh/static/twtxt", ); sub get_feeds { return %feeds; } |