diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:17:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:51 +0100 |
commit | fa7efe1798b187f832a9d9d6f83497a0886bf1b3 (patch) | |
tree | 52798df8ae6b6d17a69c0cde7787f65690c6fccb /gnu/packages | |
parent | acf2b20069b1f74b59185292d981024eea4d7055 (diff) | |
download | patches-fa7efe1798b187f832a9d9d6f83497a0886bf1b3.tar patches-fa7efe1798b187f832a9d9d6f83497a0886bf1b3.tar.gz |
gnu: python2-s3cmd: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bf6393362e..eaa17f3736 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 |