gnu: double-conversion: Update home page.

* gnu/packages/maths.scm (double-conversion)[home-page]: Update to redirected.
This commit is contained in:
Marius Bakke 2018-07-20 15:14:12 +02:00
parent 19c269d3d4
commit b343850ea3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -246,11 +246,10 @@ (define-public double-conversion
(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 @@ (define-public double-conversion
'(#: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