mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-pycrypto: Update home page.
* gnu/packages/python-crypto.scm (python-pycrypto)[home-page]: Follow (HTTPS) redirection.
This commit is contained in:
parent
3fbb7bec1c
commit
52888f52e8
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ (define-public python-pycrypto
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue