guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: newsboat: Add release-monitoring-url.


From: guix-commits
Subject: 03/03: gnu: newsboat: Add release-monitoring-url.
Date: Tue, 25 Jan 2022 03:21:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f3655d32a43c6ccc6cb4e464b0fb82075695a952
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 25 10:00:34 2022 +0200

    gnu: newsboat: Add release-monitoring-url.
    
    * gnu/packages/syndication.scm (newsboat)[properties]: New field.
---
 gnu/packages/syndication.scm | 1 +
 1 file changed, 1 insertion(+)

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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]