guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-mime: Fix home page URL.


From: guix-commits
Subject: branch master updated: gnu: cl-mime: Fix home page URL.
Date: Thu, 10 Aug 2023 08:12:05 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d32740d8be gnu: cl-mime: Fix home page URL.
d32740d8be is described below

commit d32740d8bedba58c30a7b605ebb9a08f24c68de9
Author: Konrad Hinsen <konrad.hinsen@fastmail.net>
AuthorDate: Wed Aug 9 16:40:03 2023 +0200

    gnu: cl-mime: Fix home page URL.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-mime)[home-page]: Use the correct URL.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b3171c6543..e1428d8131 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19716,7 +19716,7 @@ described in RFC 2045 (see 
@url{http://tools.ietf.org/html/rfc2045}).")
        (list sbcl-cl-ppcre sbcl-cl-base64 sbcl-cl-qprint))
       (native-inputs
        (list sbcl-rove))
-      (home-page "https://github.com/eugeneia/cl-qprint/";)
+      (home-page "https://github.com/40ants/cl-mime/";)
       (synopsis "Read and print MIME content in Common Lisp")
       (description
        "This is a Common Lisp library for reading and printing MIME content.



reply via email to

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