mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ been constructed to maintain extensive documentation on how to use
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)))
|
`(("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")
|
(synopsis "Bindings for the scrypt key derivation function library")
|
||||||
(description "This is a set of Python bindings for the scrypt key
|
(description "This is a set of Python bindings for the scrypt key
|
||||||
derivation function.")
|
derivation function.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue