mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: mpop: Add release-monitoring-url.
* gnu/packages/mail.scm (mpop)[properties]: New field. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
8a7dbb42c8
commit
cf219e35ec
1 changed files with 2 additions and 0 deletions
|
@ -2905,6 +2905,8 @@ (define-public mpop
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(home-page "https://marlam.de/mpop/")
|
(home-page "https://marlam.de/mpop/")
|
||||||
|
(properties
|
||||||
|
'((release-monitoring-url . "https://marlam.de/mpop/download/")))
|
||||||
(synopsis "POP3 mail client")
|
(synopsis "POP3 mail client")
|
||||||
(description "mpop is a small and fast POP3 client suitable as a
|
(description "mpop is a small and fast POP3 client suitable as a
|
||||||
fetchmail replacement.
|
fetchmail replacement.
|
||||||
|
|
Loading…
Reference in a new issue