gnu: python-scrypt: Use HTTPS home page.

* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:07:12 +01:00
parent e51b34bb90
commit 20c604c54e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.")