mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3981573ee2
commit
2557871b20
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue