[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url.
From: |
Timotej Lazar |
Subject: |
[bug#61273] [PATCH 1/2] gnu: mpop: Add release-monitoring-url. |
Date: |
Sat, 4 Feb 2023 09:04:26 +0100 |
* gnu/packages/mail.scm (mpop)[properties]: New field.
---
gnu/packages/mail.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 80e2ce2a9b..756d246dff 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2905,6 +2905,8 @@ (define-public mpop
(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.
--
2.39.1