mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: msgpack: Use HTTPS home page.
* gnu/packages/serialization.scm (msgpack)[home-page]: Use HTTPS.
This commit is contained in:
parent
bd971438be
commit
fe0523d457
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ (define-public msgpack
|
||||||
(add-after 'unpack 'autoconf
|
(add-after 'unpack 'autoconf
|
||||||
(lambda _
|
(lambda _
|
||||||
(system* "autoreconf" "-vfi"))))))
|
(system* "autoreconf" "-vfi"))))))
|
||||||
(home-page "http://www.msgpack.org")
|
(home-page "https://www.msgpack.org")
|
||||||
(synopsis "Binary serialization library")
|
(synopsis "Binary serialization library")
|
||||||
(description "Msgpack is a library for C/C++ that implements binary
|
(description "Msgpack is a library for C/C++ that implements binary
|
||||||
serialization.")
|
serialization.")
|
||||||
|
|
Loading…
Reference in a new issue