mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-scrypt: Use HTTPS home page.
* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
This commit is contained in:
parent
e51b34bb90
commit
20c604c54e
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ (define-public python-scrypt
|
|||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)))
|
||||
(home-page "http://bitbucket.org/mhallin/py-scrypt")
|
||||
(home-page "https://bitbucket.org/mhallin/py-scrypt")
|
||||
(synopsis "Bindings for the scrypt key derivation function library")
|
||||
(description "This is a set of Python bindings for the scrypt key
|
||||
derivation function.")
|
||||
|
|
Loading…
Reference in a new issue