gnu: protobuf: Replace dead Google Code home-page.

* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
This commit is contained in:
Tobias Geerinckx-Rice 2016-11-12 18:08:55 +01:00
parent 3b0f2ba46b
commit 3b0ac79500
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -43,7 +43,7 @@ (define-public protobuf
"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