diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:07:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 20:42:51 +0100 |
commit | 20c604c54e122d09880c75568d48fae58cbb8785 (patch) | |
tree | d780c68309b57b73bbdfc8debcb40e2eb9743d09 | |
parent | e51b34bb9062f530f9850ceed5eae72a38896869 (diff) | |
download | guix-20c604c54e122d09880c75568d48fae58cbb8785.tar.gz |
gnu: python-scrypt: Use HTTPS home page.
* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 23c06267a7..1286693fc2 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -1043,7 +1043,7 @@ been constructed to maintain extensive documentation on how to use (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.") |