summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-01-25 10:00:34 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-01-25 10:00:34 +0200
commitf3655d32a43c6ccc6cb4e464b0fb82075695a952 (patch)
tree169e082394c3c05cfac6d2de3890c41dfdc0c069
parentbc7a910f4c321635d67d3bf27a8e2b351ad52cbd (diff)
downloadguix-patches-f3655d32a43c6ccc6cb4e464b0fb82075695a952.tar
guix-patches-f3655d32a43c6ccc6cb4e464b0fb82075695a952.tar.gz
gnu: newsboat: Add release-monitoring-url.
* gnu/packages/syndication.scm (newsboat)[properties]: New field.
-rw-r--r--gnu/packages/syndication.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index c3c5c243eb..421751bed2 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -302,6 +302,7 @@ interface that might look familiar to @command{mutt} or @command{slrn} users.
Newsboat supports OPML import/exports, HTML rendering, podcasts (with
@command{podboat}), off-line reading, searching and storing articles to your
file system, and many more features.")
+ (properties '((release-monitoring-url . "https://newsboat.org/news.atom")))
(license (list license:gpl2+ ; filter/*
license:expat)))) ; everything else