From d32740d8bedba58c30a7b605ebb9a08f24c68de9 Mon Sep 17 00:00:00 2001 From: Konrad Hinsen Date: Wed, 9 Aug 2023 16:40:03 +0200 Subject: 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 --- 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. -- cgit v1.2.3