guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: python-eventlet: Use HTTPS home page URI.


From: guix-commits
Subject: 14/20: gnu: python-eventlet: Use HTTPS home page URI.
Date: Mon, 23 Dec 2019 18:31:59 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit bff3661726501ed8c79fd4cfcc677b3161377730
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 17:28:14 2019 -0600

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 615843d..4b01231 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1066,7 +1066,7 @@ standard.")
     (arguments
      ;; TODO: Requires unpackaged 'enum-compat'.
      '(#:tests? #f))
-    (home-page "http://eventlet.net";)
+    (home-page "https://eventlet.net";)
     (synopsis "Concurrent networking library for Python")
     (description
      "Eventlet is a concurrent networking library for Python that



reply via email to

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