gnu: python-paramiko: Use HTTPS home page.

* gnu/packages/python-crypto.scm (python-paramiko)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-09-21 13:13:45 +02:00
parent a1d6610e84
commit 101ad242be
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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