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>
This commit is contained in:
Konrad Hinsen 2023-08-09 16:40:03 +02:00 committed by Guillaume Le Vaillant
parent a38ebae09c
commit d32740d8be
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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.