gnu: rapidjson: Update home page.
* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.
This commit is contained in:
parent
84ff7821ff
commit
22656b24d8
|
@ -751,7 +751,7 @@ current version of any major web browser.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/miloyip/rapidjson.git")
|
(url "https://github.com/Tencent/rapidjson.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -776,7 +776,7 @@ current version of any major web browser.")
|
||||||
(("native") "armv8-a"))
|
(("native") "armv8-a"))
|
||||||
#t))))
|
#t))))
|
||||||
'())))
|
'())))
|
||||||
(home-page "https://github.com/miloyip/rapidjson")
|
(home-page "https://github.com/Tencent/rapidjson")
|
||||||
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
(synopsis "JSON parser/generator for C++ with both SAX/DOM style API")
|
||||||
(description
|
(description
|
||||||
"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM
|
"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM
|
||||||
|
|
Loading…
Reference in New Issue