guix-commits
[Top][All Lists]
Advanced

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

37/87: gnu: python-msgpack-python: Use HTTPS home page URI.


From: guix-commits
Subject: 37/87: gnu: python-msgpack-python: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:37 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 88f55605afcd885a7b44c80a7d5fc3eafcc56fda
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:27:54 2021 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 631cb14..0ee4bbd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13415,7 +13415,7 @@ interfaces.")
         (base32
          "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p"))))
     (build-system python-build-system)
-    (home-page "http://msgpack.org/";)
+    (home-page "https://msgpack.org/";)
     (synopsis "Package to deserialize messages in MessagePack binary format")
     (description
      "MessagePack is an efficient binary serialization format.  It lets you



reply via email to

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