diff mbox series

[bug#65180] gnu: cl-mime: Fix home page URL

Message ID m1h6p8uvng.fsf@fastmail.net
State New
Headers show
Series [bug#65180] gnu: cl-mime: Fix home page URL | expand

Commit Message

Konrad Hinsen Aug. 9, 2023, 2:40 p.m. UTC
* gnu/packages/lisp-xyz.scm (sbcl-cl-mime): Fix home page URL
  [home-page]: Use the correct URL
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guillaume Le Vaillant Aug. 10, 2023, 12:12 p.m. UTC | #1
Patch applied as d32740d8bedba58c30a7b605ebb9a08f24c68de9.
Thanks.
diff mbox series

Patch

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 @@  (define-public sbcl-cl-mime
        (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.