mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ (define-public python-paramiko
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue