mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: rapidjson: Update home page.
* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.
This commit is contained in:
@@ -751,7 +751,7 @@ current version of any major web browser.")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/miloyip/rapidjson.git")
|
||||
(url "https://github.com/Tencent/rapidjson.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
@@ -776,7 +776,7 @@ current version of any major web browser.")
|
||||
(("native") "armv8-a"))
|
||||
#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")
|
||||
(description
|
||||
"RapidJSON is a fast JSON parser/generator for C++ with both SAX/DOM
|
||||
|
||||
Reference in New Issue
Block a user