diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-27 19:31:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-06 22:18:08 +0100 |
commit | 392933e50c16fa9bd26bbb3aa0f4e23939cb3561 (patch) | |
tree | cdc990ea232689fa2a7cf3284a90f006d5460fb6 | |
parent | 3553c7f4feea3e3b3b418ec1e66ab64b4c1db48d (diff) | |
download | guix-392933e50c16fa9bd26bbb3aa0f4e23939cb3561.tar.gz guix-392933e50c16fa9bd26bbb3aa0f4e23939cb3561.zip |
gnu: sylpheed: Add release-monitoring-url property.
* gnu/packages/mail.scm (sylpheed)[properties]: Add
release-monitoring-url.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e556c10214..447325207d 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4561,6 +4561,8 @@ IMAP, Atom feeds or HTML archives.") "Sylpheed is a simple, lightweight but featureful, and easy-to-use e-mail client. Sylpheed provides intuitive user-interface. Sylpheed is also designed for keyboard-oriented operation.") + (properties '((release-monitoring-url + . "https://sylpheed.sraoss.jp/en/download.html"))) (license license:gpl2+))) (define-public python-authres |