diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-30 14:09:41 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-12-02 00:21:25 +0100 |
commit | dee7c94b5956a4517a6b7246d0def1f0b7b17a05 (patch) | |
tree | d491632b78afc6e478cbfd391b5967b4c423ff46 /gnu | |
parent | 168afe297630c6b2dd9f1fa029541cced9117ca1 (diff) | |
download | guix-dee7c94b5956a4517a6b7246d0def1f0b7b17a05.tar guix-dee7c94b5956a4517a6b7246d0def1f0b7b17a05.tar.gz |
gnu: balsa: Add release-monitoring-url.
* gnu/packages/mail.scm (balsa)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index fb4f20494b..894a131732 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3868,6 +3868,9 @@ tools and applications: the GNOME desktop. It supports both POP3 and IMAP servers as well as the mbox, maildir and mh local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA such as Sendmail.") + (properties + '((release-monitoring-url + . "https://pawsa.fedorapeople.org/balsa/download.html"))) (license license:gpl3+))) (define-public afew |