gnu: cl-array-utils: Use canonical home-page.

* gnu/packages/lisp-xyz.scm (cl-array-utils)[home-page]: Use canonical home-page.

Change-Id: If11bc7e387d53d2c47b2f34b05c7348d9818c2e1
This commit is contained in:
jgart 2025-10-13 14:58:46 -05:00
parent 6c36ae90af
commit 92c7757f56
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -1574,7 +1574,7 @@ Common Lisp arrays and performing numerical calculations with them.")
(description
"A miniature toolkit that contains some useful shifting/popping/pushing
functions for arrays and vectors. Originally from Plump.")
(home-page "https://codeberg.org/shinmera/array-utils")
(home-page "https://shinmera.com/docs/array-utils")
(license license:zlib))))
(define-public cl-array-utils