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 | |
parent | 686ee30ccdd05e8afa8b25af66bb17d9401dd39f (diff) | |
download | pyxis-8279628044ac685a22afde07ecbb435f4fa66d30.tar.gz |
Update twtxt url
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | share/config.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index d0ae415..f1905f7 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ hackers. │ use warnings; │ │ my %feeds = ( - │ andinus => "https://andinus.nand.sh/twtxt", + │ andinus => "https://andinus.nand.sh/static/twtxt", │ ); │ │ sub get_feeds { return %feeds; } 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; } |