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 /README | |
parent | 56b5f9095c6d2fc0c5bffb87836b4d812aa18d29 (diff) | |
download | pyxis-f3f9951b47364d8b45761b980b8142982ec55633.tar.gz |
Replace dummy feed with my twtxt
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README index c997fcb..ad60dfa 100644 --- a/README +++ b/README @@ -89,7 +89,7 @@ hackers. │ use warnings; │ │ my %feeds = ( - │ example => "https://example.com/twtxt.txt", + │ andinus => "https://andinus.nand.sh/twtxt", │ ); │ │ sub get_feeds { return %feeds; } |