guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: python-scrypt: Use HTTPS home page.


From: guix-commits
Subject: 06/10: gnu: python-scrypt: Use HTTPS home page.
Date: Sat, 21 Mar 2020 15:45:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 20c604c54e122d09880c75568d48fae58cbb8785
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:07:12 2020 +0100

    gnu: python-scrypt: Use HTTPS home page.
    
    * gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
---
 gnu/packages/python-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 23c0626..1286693 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]