diff options
author | Timo Wilken <guix@twilken.net> | 2025-02-22 21:26:48 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-02-26 14:21:34 +0100 |
commit | 8a3e8f36e2a90e51fa4559beeaed1a86585d4b25 (patch) | |
tree | b1584d28692b691051609980036744e87178567d | |
parent | 1e03aaa79a5ce3ccef84c67a3293efbabcb4e6d4 (diff) | |
download | guix-8a3e8f36e2a90e51fa4559beeaed1a86585d4b25.tar.gz guix-8a3e8f36e2a90e51fa4559beeaed1a86585d4b25.zip |
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 <glv@posteo.net>
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 98a998c349..ae11b27107 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 |