mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: neomutt: Fix home page.
* gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www subdomain.
This commit is contained in:
parent
bcb697fce7
commit
c3c56a4eb5
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ (define-public neomutt
|
|||
(apply invoke bash
|
||||
(string-append (getcwd) "/configure")
|
||||
flags)))))))
|
||||
(home-page "https://www.neomutt.org/")
|
||||
(home-page "https://neomutt.org/")
|
||||
(synopsis "Command-line mail reader based on Mutt")
|
||||
(description
|
||||
"NeoMutt is a command-line mail reader which is based on mutt.
|
||||
|
|
Loading…
Reference in a new issue