From 8a3e8f36e2a90e51fa4559beeaed1a86585d4b25 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 22 Feb 2025 21:26:48 +0100 Subject: [PATCH] gnu: cl-unix-opts: Fix home page. This was presumably set to cl-json's by mistake; I cannot see an obvious connection between the two projects. * gnu/packages/lisp-xyz.scm (sbcl-unix-opts)[home-page]: Set to source repository. Change-Id: Ie4d4e32c59c48594ef9f035a9c75157e435946d9 Signed-off-by: Guillaume Le Vaillant --- gnu/packages/lisp-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 98a998c3493..ae11b271077 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -31560,7 +31560,7 @@ shader functions, written with @code{Shadow}.") (sha256 (base32 "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq")))) (build-system asdf-build-system/sbcl) - (home-page "https://github.com/hankhero/cl-json") + (home-page "https://github.com/libre-man/unix-opts") (synopsis "Unix-style command line options parser") (description "This is a minimalistic parser of command line options. The main