guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/17: gnu: neomutt: Fix home page.


From: guix-commits
Subject: 14/17: gnu: neomutt: Fix home page.
Date: Fri, 17 Jan 2020 17:45:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c3c56a4eb585b54012e92a995edc6e70f815c224
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:46:14 2020 +0100

    gnu: neomutt: Fix home page.
    
    * gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www 
subdomain.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d32fd3f..168e626 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]