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.master
parent
2c5874e3ed
commit
6b40dbff7d
|
@ -4120,7 +4120,7 @@ Lisp.")
|
||||||
`(("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
|
`(("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
|
||||||
("sbcl-cffi" ,sbcl-cffi)))
|
("sbcl-cffi" ,sbcl-cffi)))
|
||||||
(build-system asdf-build-system/sbcl)
|
(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")
|
(synopsis "Allocate SIMPLE-ARRAYs in static memory")
|
||||||
(description
|
(description
|
||||||
"With @code{static-vectors}, you can create vectors allocated in static
|
"With @code{static-vectors}, you can create vectors allocated in static
|
||||||
|
|
Reference in New Issue