guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: rapidjson: Update home page.


From: guix-commits
Subject: 08/09: gnu: rapidjson: Update home page.
Date: Thu, 14 Mar 2019 09:51:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 22656b24d817944aa12af1444243a3f52bc00a84
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 14 14:28:02 2019 +0100

    gnu: rapidjson: Update home page.
    
    * gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected 
URL.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 463f18b..3c126bb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]