diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:46:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | c3c56a4eb585b54012e92a995edc6e70f815c224 (patch) | |
tree | be2d2f3b24901d804def31d0df416fac1a4c6421 /gnu | |
parent | bcb697fce78f83925e1ccd05579c3d3d5b3316d3 (diff) |
gnu: neomutt: Fix home page.
* gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www subdomain.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index d32fd3fc0d..168e626d7e 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -489,7 +489,7 @@ operating systems.") (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. |