gnu: python-scrypt: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 20 Mar 2020 23:07:12 +0000 (00:07 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 21 Mar 2020 19:42:51 +0000 (20:42 +0100)
* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.

gnu/packages/python-crypto.scm

index 23c0626..1286693 100644 (file)
@@ -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.")