diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 17:45:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 18:07:06 +0100 |
commit | abd402e3a1f3856243d2956f073901fc1a4485a0 (patch) | |
tree | a6ae1aaf9c69beaad118711cb99072294786dd9f /gnu | |
parent | af4ce1f21542525b2eacfba7e846149b1fb003e2 (diff) | |
download | guix-abd402e3a1f3856243d2956f073901fc1a4485a0.tar.gz guix-abd402e3a1f3856243d2956f073901fc1a4485a0.zip |
gnu: tomsfastmath: Update home page.
gnu/packages/multiprecision.scm (tomsfastmath)[home-page]: Update.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/multiprecision.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index c17321a9b3..969f0659a8 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015, 2018 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; @@ -286,7 +286,7 @@ Libs: -L~a/lib -ltfm~%" ,synopsis ,version out))) (install-file "tomsfastmath.pc" pc-dir) #t)))))) - (home-page "http://www.libtom.org/TomsFastMath/") + (home-page "https://www.libtom.net/TomsFastMath/") (description "TomsFastMath is a large integer library written in portable ISO C. It is a port of LibTomMath with optional support for inline assembler multiplies.") |