me
/
guix
Archived
1
0
Fork 0

gnu: python-rq: Use HTTPS home page.

* gnu/packages/databases.scm (python-rq)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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