[PATCH] gnu: cl-mime: Fix home page URL

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Konrad Hinsen
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal
K
K
Konrad Hinsen wrote on 9 Aug 2023 16:40
(address . guix-patches@gnu.org)
m1h6p8uvng.fsf@fastmail.net
* 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(-)

Toggle diff (15 lines)
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.
--
2.40.1
G
G
Guillaume Le Vaillant wrote on 10 Aug 2023 14:12
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 65180-done@debbugs.gnu.org)
87wmy3jds5.fsf@kitej
Patch applied as d32740d8bedba58c30a7b605ebb9a08f24c68de9.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNTUeg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9OGwD9Ft/qWnuYKf4VwVU/W/0qdNADjr3sBmO56Jji
lMM/FbMBAIZGiUnfvD72GAF3X3B/Om5nmKHzJuZxySRU/+t4Iuui
=skga
-----END PGP SIGNATURE-----

Closed
?