gnu: eigen: Update home-page.

A lint warns about a permanent redirect.

* gnu/packages/algebra.scm (eigen)[home-page]: Replace value by the
permanent redirect it points to.

Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Nicolas Graves 2025-09-15 20:20:52 +02:00 committed by Andreas Enge
parent 3981573ee2
commit 2557871b20
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1213,7 +1213,7 @@ Python.")
;; Then run 'CTest' with -V so we get more
;; details upon failure.
(invoke "ctest" "-V" dash-j))))))))
(home-page "https://eigen.tuxfamily.org")
(home-page "https://eigen.tuxfamily.org/index.php?title=Main_Page")
(synopsis "C++ template library for linear algebra")
(description
"Eigen is a C++ template library for linear algebra: matrices, vectors,