me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 1 additions and 1 deletions

View File

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