gnu: python-paramiko: Use HTTPS home page.
* gnu/packages/python-crypto.scm (python-paramiko)[home-page]: Use HTTPS.
This commit is contained in:
parent
a1d6610e84
commit
101ad242be
|
@ -220,7 +220,7 @@ This package provides a Python interface for BLAKE2.")
|
||||||
("python-pyasn1" ,python-pyasn1)
|
("python-pyasn1" ,python-pyasn1)
|
||||||
("python-pynacl" ,python-pynacl)
|
("python-pynacl" ,python-pynacl)
|
||||||
("python-cryptography" ,python-cryptography)))
|
("python-cryptography" ,python-cryptography)))
|
||||||
(home-page "http://www.paramiko.org/")
|
(home-page "https://www.paramiko.org/")
|
||||||
(synopsis "SSHv2 protocol library")
|
(synopsis "SSHv2 protocol library")
|
||||||
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
(description "Paramiko is a python implementation of the SSHv2 protocol,
|
||||||
providing both client and server functionality. While it leverages a Python C
|
providing both client and server functionality. While it leverages a Python C
|
||||||
|
|
Loading…
Reference in New Issue