diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 12:41:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 17:57:09 +0100 |
commit | 1e05e837c773b61bb0dfa8b72e34d1ed3f2bf3c4 (patch) | |
tree | b00754a3ec1ab07d747f865791599b7c468fba82 /gnu | |
parent | b2e213c3e9c58dc9539a29dcb152fe20df767281 (diff) | |
download | patches-1e05e837c773b61bb0dfa8b72e34d1ed3f2bf3c4.tar patches-1e05e837c773b61bb0dfa8b72e34d1ed3f2bf3c4.tar.gz |
gnu: elemental: Update home page.
* gnu/packages/maths.scm (elemental)[home-page]: Use repository home
page.
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 85ceea1889..8f4478b6bb 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4278,7 +4278,7 @@ symmetric matrices.") (base32 "1687xpjjzig27y2pnqv7hv09smpijyfdpz7qjgmcxf4shfajlfkc")))) (build-system cmake-build-system) - (home-page "http://libelemental.org") + (home-page "https://github.com/elemental/Elemental") (native-inputs `(("gfortran" ,gfortran))) (inputs |