guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: python-rq: Use HTTPS home page.


From: guix-commits
Subject: 08/10: gnu: python-rq: Use HTTPS home page.
Date: Mon, 2 Mar 2020 15:48:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4e5ad79e4d2e7535accf909229640cc9adfb4777
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:51:57 2020 +0100

    gnu: python-rq: Use HTTPS home page.
    
    * gnu/packages/databases.scm (python-rq)[home-page]: Use HTTPS.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c21ca5a..d55bc7d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]