diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:11 +0200 |
commit | 2be1a6795fd51cb7e7ed0552114b7da1b3c13ecc (patch) | |
tree | 4128da5bd240642748e471ad72aecfa3d818fea2 /gnu | |
parent | 8a9a7ae36ed24eaa012041110d131ab7cee96023 (diff) | |
download | guix-2be1a6795fd51cb7e7ed0552114b7da1b3c13ecc.tar.gz |
gnu: 4ti2: Update home page.
* gnu/packages/maths.scm (4ti2)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7ac66daacd..b9b63c81c1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -814,7 +814,7 @@ LP/MIP solver is included in the package.") (list (@ (gnu packages base) which))) ; for the tests (inputs (list glpk gmp)) - (home-page "http://www.4ti2.de/") + (home-page "https://4ti2.github.io") (synopsis "Mathematical tool suite for problems on linear spaces") (description "4ti2 implements algorithms for solving algebraic, geometric and |