guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: mpop: Add release-monitoring-url.


From: guix-commits
Subject: 02/06: gnu: mpop: Add release-monitoring-url.
Date: Sun, 5 Feb 2023 08:03:44 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit cf219e35ecd08ff51d216224732b29f9b92adf1e
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sat Feb 4 09:04:26 2023 +0100

    gnu: mpop: Add release-monitoring-url.
    
    * gnu/packages/mail.scm (mpop)[properties]: New field.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/mail.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d0812e5288..84c5067a9e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2905,6 +2905,8 @@ easily (one at a time).")
     (native-inputs
      (list pkg-config))
     (home-page "https://marlam.de/mpop/";)
+    (properties
+     '((release-monitoring-url . "https://marlam.de/mpop/download/";)))
     (synopsis "POP3 mail client")
     (description "mpop is a small and fast POP3 client suitable as a
 fetchmail replacement.



reply via email to

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