gnu: python-rq: Use HTTPS home page.

* gnu/packages/databases.scm (python-rq)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:51:57 +01:00
parent 35e74723b5
commit 4e5ad79e4d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2942,7 +2942,7 @@ (define-public python-rq
(propagated-inputs (propagated-inputs
`(("python-click" ,python-click) `(("python-click" ,python-click)
("python-redis" ,python-redis))) ("python-redis" ,python-redis)))
(home-page "http://python-rq.org/") (home-page "https://python-rq.org/")
(synopsis "Simple job queues for Python") (synopsis "Simple job queues for Python")
(description (description
"RQ (Redis Queue) is a simple Python library for queueing jobs and "RQ (Redis Queue) is a simple Python library for queueing jobs and