diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:11:42 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-21 18:33:39 +0100 |
commit | 52888f52e87daa4245a9455126002daa23cb6527 (patch) | |
tree | 7acb2b1acbaa1635faa27506c973ef691b0e2c5a /gnu/packages/python-crypto.scm | |
parent | 3fbb7bec1cf192d80cddf7fd2a2d3b438b5a6d31 (diff) | |
download | patches-52888f52e87daa4245a9455126002daa23cb6527.tar patches-52888f52e87daa4245a9455126002daa23cb6527.tar.gz |
gnu: python-pycrypto: Update home page.
* gnu/packages/python-crypto.scm (python-pycrypto)[home-page]: Follow
(HTTPS) redirection.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-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 71172701ac..c525cf82ab 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 |