feat(newsboat): add ducko blog
This commit is contained in:
parent
8838a9a96c
commit
4347772362
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
urls = lib.mapAttrsToList (title: url: {inherit title url;}) {
|
urls = lib.mapAttrsToList (title: url: {inherit title url;}) {
|
||||||
drew = "https://drewdevault.com/blog/index.xml";
|
drew = "https://drewdevault.com/blog/index.xml";
|
||||||
|
ducko = "https://goose.icu/index.xml";
|
||||||
emersion = "https://emersion.fr/blog/atom.xml";
|
emersion = "https://emersion.fr/blog/atom.xml";
|
||||||
fasterthanlime = "https://fasterthanli.me/index.xml";
|
fasterthanlime = "https://fasterthanli.me/index.xml";
|
||||||
matklad = "https://matklad.github.io/feed.xml";
|
matklad = "https://matklad.github.io/feed.xml";
|
||||||
|
|
Loading…
Reference in a new issue