guix-commits
[Top][All Lists]
Advanced

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

16/32: gnu: msgpack: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 16/32: gnu: msgpack: Use HTTPS home page.
Date: Mon, 12 Mar 2018 00:06:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fe0523d4579e7bdeb9771ba9527545e802598d9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Mar 11 20:15:57 2018 +0100

    gnu: msgpack: Use HTTPS home page.
    
    * gnu/packages/serialization.scm (msgpack)[home-page]: Use HTTPS.
---
 gnu/packages/serialization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 8df4841..a0361c7 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -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.")



reply via email to

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