diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-20 15:14:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-22 18:23:42 +0200 |
commit | b343850ea3071295b6848db48133406c7d49c48c (patch) | |
tree | cd1c7151f57b79f1fee2f6fae24e931469b56f16 /gnu/packages/maths.scm | |
parent | 19c269d3d4602b8f41cfae153cd1a219c40f7f55 (diff) | |
download | guix-b343850ea3071295b6848db48133406c7d49c48c.tar guix-b343850ea3071295b6848db48133406c7d49c48c.tar.gz |
gnu: double-conversion: Update home page.
* gnu/packages/maths.scm (double-conversion)[home-page]: Update to redirected.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0191c1ce1c..24ac23f79b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -246,11 +246,10 @@ enough to be used effectively as a scientific calculator.") (package (name "double-conversion") (version "1.1.5") + (home-page "https://github.com/google/double-conversion") (source (origin (method url-fetch) - (uri (string-append - "https://github.com/floitsch/double-conversion/archive/v" - version ".tar.gz")) + (uri (string-append home-page "/archive/v" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 @@ -260,7 +259,6 @@ enough to be used effectively as a scientific calculator.") '(#:test-target "test" #:configure-flags '("-DBUILD_SHARED_LIBS=ON" "-DBUILD_TESTING=ON"))) - (home-page "https://github.com/floitsch/double-conversion") (synopsis "Conversion routines for IEEE doubles") (description "The double-conversion library provides binary-decimal and decimal-binary |