aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-08 17:56:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-08 18:20:25 +0100
commit6b40dbff7de4b51c558340670e8ee62fa0c919ec (patch)
tree632c10ed7180fb481399b10c449c83596ef587b6
parent2c5874e3ed96ec55a3b7154be8abac1b3a9e26b2 (diff)
downloadguix-6b40dbff7de4b51c558340670e8ee62fa0c919ec.tar
guix-6b40dbff7de4b51c558340670e8ee62fa0c919ec.tar.gz
gnu: sbcl-static-vectors: Change dubious home page.
* gnu/packages/lisp-xyz.scm (sbcl-static-vectors)[home-page]: Disbelieve copy-pasted GitHub blurb, which never even worked due to a typo.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index af366f3985..d361c7d5ab 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4120,7 +4120,7 @@ Lisp.")
`(("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
("sbcl-cffi" ,sbcl-cffi)))
(build-system asdf-build-system/sbcl)
- (home-page "http://common-lisp.net/projects/iolib/")
+ (home-page "https://github.com/sionescu/static-vectors")
(synopsis "Allocate SIMPLE-ARRAYs in static memory")
(description
"With @code{static-vectors}, you can create vectors allocated in static