mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -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
|
||||
(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.
|
||||
|
|
Loading…
Reference in a new issue