nckx pushed a commit to branch master
in repository guix.
commit 101ad242be256d6a5953187be56d61f89e1317d7
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Fri Sep 21 13:13:45 2018 +0200
gnu: python-paramiko: Use HTTPS home page.
* gnu/packages/python-crypto.scm (python-paramiko)[home-page]: Use HTTPS.
---
gnu/packages/python-crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 63dc1a5..5dce8ff 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