From dee7c94b5956a4517a6b7246d0def1f0b7b17a05 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 30 Nov 2022 14:09:41 +0100 Subject: gnu: balsa: Add release-monitoring-url. * gnu/packages/mail.scm (balsa)[properties]: New field. --- gnu/packages/mail.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') 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 -- cgit v1.2.3