gnu: msgpack: Use HTTPS home page.

* gnu/packages/serialization.scm (msgpack)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-03-11 20:15:57 +01:00
parent bd971438be
commit fe0523d457
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ such as compact binary encodings, XML, or JSON.")
(add-after 'unpack 'autoconf
(lambda _
(system* "autoreconf" "-vfi"))))))
(home-page "http://www.msgpack.org")
(home-page "https://www.msgpack.org")
(synopsis "Binary serialization library")
(description "Msgpack is a library for C/C++ that implements binary
serialization.")