diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-14 14:28:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-14 14:44:01 +0100 |
commit | 22656b24d817944aa12af1444243a3f52bc00a84 (patch) | |
tree | eee3d3f5e8754a638bd0df1f7cb599837afd1734 /gnu/packages | |
parent | 84ff7821ffac2ee123447701fcb927834752484e (diff) | |
download | patches-22656b24d817944aa12af1444243a3f52bc00a84.tar patches-22656b24d817944aa12af1444243a3f52bc00a84.tar.gz |
gnu: rapidjson: Update home page.
* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 463f18b7f0..3c126bb941 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -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 |