1
0
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:
Marius Bakke
2019-03-14 14:28:02 +01:00
parent 84ff7821ff
commit 22656b24d8

View File

@@ -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