gnu: double-conversion: Update home page.
* gnu/packages/maths.scm (double-conversion)[home-page]: Update to redirected.master
parent
19c269d3d4
commit
b343850ea3
|
@ -246,11 +246,10 @@ enough to be used effectively as a scientific calculator.")
|
||||||
(package
|
(package
|
||||||
(name "double-conversion")
|
(name "double-conversion")
|
||||||
(version "1.1.5")
|
(version "1.1.5")
|
||||||
|
(home-page "https://github.com/google/double-conversion")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append home-page "/archive/v" version ".tar.gz"))
|
||||||
"https://github.com/floitsch/double-conversion/archive/v"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -260,7 +259,6 @@ enough to be used effectively as a scientific calculator.")
|
||||||
'(#:test-target "test"
|
'(#:test-target "test"
|
||||||
#:configure-flags '("-DBUILD_SHARED_LIBS=ON"
|
#:configure-flags '("-DBUILD_SHARED_LIBS=ON"
|
||||||
"-DBUILD_TESTING=ON")))
|
"-DBUILD_TESTING=ON")))
|
||||||
(home-page "https://github.com/floitsch/double-conversion")
|
|
||||||
(synopsis "Conversion routines for IEEE doubles")
|
(synopsis "Conversion routines for IEEE doubles")
|
||||||
(description
|
(description
|
||||||
"The double-conversion library provides binary-decimal and decimal-binary
|
"The double-conversion library provides binary-decimal and decimal-binary
|
||||||
|
|
Reference in New Issue