mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-rq: Use HTTPS home page.
* gnu/packages/databases.scm (python-rq)[home-page]: Use HTTPS.
This commit is contained in:
parent
35e74723b5
commit
4e5ad79e4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue