[bug#76490] gnu: sbcl-unix-opts: Fix home page.

Message ID 20250222202647.19206-2-guix@twilken.net
State New
Headers
Series [bug#76490] gnu: sbcl-unix-opts: Fix home page. |

Commit Message

Timo Wilken Feb. 22, 2025, 8:26 p.m. UTC
  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): Set home-page to source
  repository.

Change-Id: Ie4d4e32c59c48594ef9f035a9c75157e435946d9
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Timo Wilken Feb. 26, 2025, 12:27 p.m. UTC | #1
Hi lisp team,

Sorry for not Cc'ing you on this patch earlier - I hope this is OK!

Cheers,
Timo
  
Guillaume Le Vaillant Feb. 26, 2025, 1:28 p.m. UTC | #2
Patch applied as 8a3e8f36e2a90e51fa4559beeaed1a86585d4b25.
Thanks.
  

Patch

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index aa0f6b2641..5f56ac8205 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -31560,7 +31560,7 @@  (define-public sbcl-unix-opts
          (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