nckx pushed a commit to branch master
in repository guix.

commit 3b0ac7950057a99cde7a973387e1fe8a13db5518
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sat Nov 12 18:08:55 2016 +0100

    gnu: protobuf: Replace dead Google Code home-page.
    
    * gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
---
 gnu/packages/protobuf.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 49be54c..586e532 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -43,7 +43,7 @@
                 "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
     (build-system gnu-build-system)
     (inputs `(("zlib" ,zlib)))
-    (home-page "http://code.google.com/p/protobuf/";)
+    (home-page "https://github.com/google/protobuf";)
     (synopsis "Data encoding for remote procedure calls (RPCs)")
     (description
      "Protocol Buffers are a way of encoding structured data in an efficient

Reply via email to