guix-commits
[Top][All Lists]
Advanced

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

16/17: gnu: python2-s3cmd: Use HTTPS home page.


From: guix-commits
Subject: 16/17: gnu: python2-s3cmd: Use HTTPS home page.
Date: Fri, 20 Mar 2020 22:14:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa7efe1798b187f832a9d9d6f83497a0886bf1b3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:17:13 2020 +0100

    gnu: python2-s3cmd: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python2-s3cmd)[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 bf63933..eaa17f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10251,7 +10251,7 @@ the same purpose: to provide Python bindings for 
libmagic.")
        ;; without libmagic bindings at all:
        ;; https://github.com/s3tools/s3cmd/issues/198
        ("python2-magic" ,python2-magic)))
-    (home-page "http://s3tools.org/s3cmd";)
+    (home-page "https://s3tools.org/s3cmd";)
     (synopsis "Command line tool for S3-compatible storage services")
     (description
      "S3cmd is a command line tool for uploading, retrieving and managing data



reply via email to

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