aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 13:13:45 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-21 13:18:42 +0200
commit101ad242be256d6a5953187be56d61f89e1317d7 (patch)
tree59e05652c1e9ac142bcbd024a38dd67b15e94846
parenta1d6610e84f4ff61913e1e861093b38c2beb9614 (diff)
downloadguix-101ad242be256d6a5953187be56d61f89e1317d7.tar
guix-101ad242be256d6a5953187be56d61f89e1317d7.tar.gz
gnu: python-paramiko: Use HTTPS home page.
* gnu/packages/python-crypto.scm (python-paramiko)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 63dc1a54df..5dce8ffdda 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -220,7 +220,7 @@ This package provides a Python interface for BLAKE2.")
("python-pyasn1" ,python-pyasn1)
("python-pynacl" ,python-pynacl)
("python-cryptography" ,python-cryptography)))
- (home-page "http://www.paramiko.org/")
+ (home-page "https://www.paramiko.org/")
(synopsis "SSHv2 protocol library")
(description "Paramiko is a python implementation of the SSHv2 protocol,
providing both client and server functionality. While it leverages a Python C