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:
parent
a38ebae09c
commit
d32740d8be
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue