guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: python-pycrypto: Update home page.


From: guix-commits
Subject: 09/15: gnu: python-pycrypto: Update home page.
Date: Fri, 21 Feb 2020 12:39:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 52888f52e87daa4245a9455126002daa23cb6527
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:11:42 2020 +0100

    gnu: python-pycrypto: Update home page.
    
    * gnu/packages/python-crypto.scm (python-pycrypto)[home-page]: Follow
    (HTTPS) redirection.
---
 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 7117270..c525cf8 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -291,7 +291,7 @@ making them easy to handle and incorporate into other 
protocols.")
          (add-before 'build 'set-build-env
            ;; pycrypto runs an autoconf configure script behind the scenes
            (lambda _ (setenv "CONFIG_SHELL" (which "bash")) #t)))))
-    (home-page "http://www.pycrypto.org/";)
+    (home-page "https://www.dlitz.net/software/pycrypto/";)
     (synopsis "Cryptographic modules for Python")
     (description
      "Pycrypto is a collection of both secure hash functions (such as SHA256



reply via email to

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