diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:51:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-02 21:46:27 +0100 |
commit | 4e5ad79e4d2e7535accf909229640cc9adfb4777 (patch) | |
tree | ac30e3b2bf69bcab770a74b90d5e514cd231636c /gnu | |
parent | 35e74723b50da3e1e8ceb02ef5de445a40b44cba (diff) |
gnu: python-rq: Use HTTPS home page.
* gnu/packages/databases.scm (python-rq)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c21ca5a490..d55bc7dcd8 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2942,7 +2942,7 @@ reasonable substitute.") (propagated-inputs `(("python-click" ,python-click) ("python-redis" ,python-redis))) - (home-page "http://python-rq.org/") + (home-page "https://python-rq.org/") (synopsis "Simple job queues for Python") (description "RQ (Redis Queue) is a simple Python library for queueing jobs and |