dannym pushed a commit to branch wip-desktop
in repository guix.

commit 709105e86e24b7c4dc9a715dfdabc7fd55332590
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Thu Aug 6 02:08:20 2020 +0200

    gnu: gmime: Fix home-page.
    
    Follow-up to 7f6ff3475af554f3f4f120dadf08e6ef5898505c.
    
    * gnu/packages/mail.scm (gmime)[home-page]: New field.
---
 gnu/packages/mail.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 20f81ab..3fac6b0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -616,6 +616,7 @@ It adds a large amount of new and improved features to 
mutt.")
        ("zlib" ,zlib)))
     (propagated-inputs
      `(("glib" ,glib)))
+    (home-page "http://spruce.sourceforge.net/gmime/";)
     (synopsis "MIME message parser and creator library")
     (description
      "GMime provides a core library and set of utilities which may be used for

Reply via email to