guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: python-construct: Use HTTPS home page.


From: guix-commits
Subject: 09/09: gnu: python-construct: Use HTTPS home page.
Date: Sun, 1 Mar 2020 14:55:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit aabc895402626898cfc08e7d6d8775893e92e708
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:45:55 2020 +0100

    gnu: python-construct: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-construct)[home-page]: Use HTTPS.
---
 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 55c0e1a..446eccd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16381,7 +16381,7 @@ class in a @acronym{DRY, Don't Repeat Yourself} way.")
        ("python-arrow" ,python-arrow)
        ("python-numpy" ,python-numpy)
        ("python-ruamel.yaml" ,python-ruamel.yaml)))
-    (home-page "http://construct.readthedocs.io";)
+    (home-page "https://construct.readthedocs.io";)
     (synopsis "Declarative and symmetrical parser and builder for binary data")
     (description
      "This package provides both simple, atomic constructs (such as



reply via email to

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