diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-09-13 14:45:44 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-09-13 14:53:57 +0100 |
commit | 0746c33effdbd2419a584b3731d752698cbbd2f5 (patch) | |
tree | 94b0a272c247a9b1248f42933c6cc689c1c4ca63 | |
parent | f61f424d5b3da735380dc99bb2bad3883d218ccb (diff) |
gnu: gmsh: Update home page.
This addresses a 'guix lint' warning.
* gnu/packages/maths.scm (gmsh)[home-page]: Update to avoid URL
redirection.
-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 761cb70abd..5380b4a99e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1752,7 +1752,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") `(#:configure-flags `("-DENABLE_METIS:BOOL=OFF" "-DENABLE_BUILD_SHARED:BOOL=ON" "-DENABLE_BUILD_DYNAMIC:BOOL=ON"))) - (home-page "http://www.geuz.org/gmsh/") + (home-page "http://gmsh.info/") (synopsis "3D finite element grid generator") (description "Gmsh is a 3D finite element grid generator with a built-in CAD engine and post-processor. Its design goal is to provide a fast, light |